aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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