aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/omap4_common.h')
-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 f852c8f76..7e23110cb 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -178,8 +178,10 @@
"fi; " \
"fi; " \
"if usb start; then " \
+ "set autoload no; "\
"bootp; "\
- "source ${loadaddr};" \
+ "pxe get;" \
+ "pxe boot;" \
"fi"
#define CONFIG_AUTO_COMPLETE 1