aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-08-15 15:17:03 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-10-12 09:59:35 -0600
commita7f1811a397987e0c54055c66b77fa4384d09a33 (patch)
treeeadb0a1b4da7d8854dfc5ed643ee5de196ac3175
parent4f29adb01065bdafe78dca90fc58a26d71638bd0 (diff)
SAUCE: OMAP4 Make pxe boot fallback default bootomap4-pxe
If there is no boot.scr nor uEnv.txt nor uImage then fallback to pxe. BugLink: https://bugs.launchpad.net/bugs/820121 BugLink: https://bugs.launchpad.net/bugs/826877 Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index f852c8f76..7e23110cb 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -178,8 +178,10 @@
"fi; " \
"fi; " \
"if usb start; then " \
+ "set autoload no; "\
"bootp; "\
- "source ${loadaddr};" \
+ "pxe get;" \
+ "pxe boot;" \
"fi"
#define CONFIG_AUTO_COMPLETE 1