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-08-15 15:44:47 -0600
commite8467a2f442623564a15e362bca8d95babb1c041 (patch)
treeca117fa0809d1e78b47e4a362c41e183fdfcd4cc
parentefa39c5cda0afc3fa8c403f023afce8dd51ecac5 (diff)
SAUCE: OMAP4 Panda: 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_panda.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index e6c906776..d36c0db7a 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -211,8 +211,10 @@
"fi; " \
"fi; " \
"if usb start; then " \
+ "set autoload no; "\
"bootp; "\
- "source ${loadaddr};" \
+ "pxe get;" \
+ "pxe boot;" \
"fi"
#define CONFIG_AUTO_COMPLETE 1