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-04-25 07:54:01 -0600
commit74d2d0e02f5a97ce3a4df907b2e3eaa23ff647a4 (patch)
treef1cdc7e91adbdae8d62c57dd00d8a25be84e5ee0
parent7bfb67ee6f961523f60f7f7c924ac21687976115 (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 1d485655a..7a2fc64ca 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -180,6 +180,12 @@
"run mmcboot; " \
"fi; " \
"fi; " \
+ "fi; " \
+ "if usb start; then " \
+ "set autoload no; "\
+ "bootp; "\
+ "pxe get;" \
+ "pxe boot;" \
"fi"
#define CONFIG_AUTO_COMPLETE 1