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>2012-08-16 09:36:40 -0600
commit2c9ca288476cbc49cafea36f644711ddddd34858 (patch)
tree4c0a883e96877c20c5ac4307ba4a04f80d105723
parent06e17c8da8698bf7537d4979f5ced8144ee9536c (diff)
SAUCE: OMAP4 Make pxe boot fallback default boot
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 2469ba59e..7008fe6a6 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -176,6 +176,12 @@
"run mmcboot; " \
"fi; " \
"fi; " \
+ "fi; " \
+ "if usb start; then " \
+ "set autoload no; "\
+ "bootp; "\
+ "pxe get;" \
+ "pxe boot;" \
"fi"
#define CONFIG_AUTO_COMPLETE 1