aboutsummaryrefslogtreecommitdiff
path: root/include
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-12-04 13:07:16 -0700
commit60bb69b869ceb1b06b3016b4cacbf6f416660568 (patch)
tree6e2ae763769b032b31e1a80626f77a9807e03823 /include
parent5ef67c6ec912b2f911e9fe96950b815c6b216cbb (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>
Diffstat (limited to 'include')
-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 fe15c4c37..049f39c01 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