From 8eb15a787c558fee98b0fa2a66ff0849c732edcc Mon Sep 17 00:00:00 2001 From: Steve Kipisz Date: Fri, 15 Mar 2013 08:32:53 -0500 Subject: am335x_evm:Add restore flash target and PG1.0 USB SPL support 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 --- include/configs/am335x_evm.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 7752ca99939..311765d9343 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 */ -- cgit v1.2.3