aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
authorRicardo Salveti de Araujo <ricardo.salveti@canonical.com>2011-05-19 10:17:15 -0300
committerJohn Rigby <john.rigby@linaro.org>2011-09-23 07:10:41 -0600
commit56bfeb78692fcea766f1296d977a6bec22fcfc82 (patch)
treed818b260e3f36eb7da354f40df31d5a174dff3d5 /include/configs/omap4_common.h
parent6ace48edbd39efe2b4a211cb119996c20f4b7918 (diff)
omap4_panda: adding support for smsc and tftp boot
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r--include/configs/omap4_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index d8ac8c0b3..535e7d7ca 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -172,6 +172,10 @@
"run mmcboot; " \
"fi; " \
"fi; " \
+ "fi; " \
+ "if usb start; then " \
+ "bootp; "\
+ "source ${loadaddr};" \
"fi"
#define CONFIG_AUTO_COMPLETE 1