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-12-18 21:28:49 -0700
commitd3c728033b99e7f10a7219e8e29cb9c79516e415 (patch)
tree2661bb103d8f2350a15c686dc58bd4a632f75781
parentadc4964f66db186e74ee927eea3b676a074a6ae3 (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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 9958c1ad7..be979c109 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -183,8 +183,10 @@
"fi; " \
"fi; " \
"if usb start; then " \
+ "set autoload no; "\
"bootp; "\
- "source ${loadaddr};" \
+ "pxe get;" \
+ "pxe boot;" \
"fi"
#define CONFIG_AUTO_COMPLETE 1