summaryrefslogtreecommitdiff
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorSteve Kipisz <s-kipisz2@ti.com>2013-03-15 08:32:53 -0500
committerFranklin S. Cooper Jr <fcooper@ti.com>2013-03-20 12:43:22 -0500
commit8eb15a787c558fee98b0fa2a66ff0849c732edcc (patch)
treefaff22f14613e5771c7b1715e9cc8dd85df5fcbc /include/configs/am335x_evm.h
parentc5878e4113cf6428ae16ca20137c603b931bd780 (diff)
am335x_evm:Add restore flash target and PG1.0 USB SPL support2013.01-am335x-ts1
This patch adds the make targets for PG1.0 - am335x_evm_uart_usbspl - am335x_evm_restore_flash_usbspl It also add the make target - am335x_evm_restore_flash Signed-off-by: Steve Kipisz <s-kipisz2@ti.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 7752ca9993..311765d934 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -176,6 +176,7 @@
#undef CONFIG_BOOTDELAY
#define CONFIG_BOOTDELAY 0
+#ifdef CONFIG_SPL_USBETH_SUPPORT
#define CONFIG_BOOTCOMMAND \
"setenv autoload no; " \
"setenv ethact usb_ether; " \
@@ -183,6 +184,15 @@
"if tftp 80000000 debrick.scr; then " \
"source 80000000; " \
"fi"
+#else
+#define CONFIG_BOOTCOMMAND \
+ "setenv autoload no; " \
+ "setenv ethact cpsw; " \
+ "dhcp; " \
+ "if tftp 80000000 debrick.scr; then " \
+ "source 80000000; " \
+ "fi"
+#endif
#endif
/* Clock Defines */