[U-Boot] [PATCH 07/10] ARM: AM43xx: Add Ethernet boot support to SPL

Tom Rini trini at ti.com
Tue Feb 18 13:31:58 CET 2014


From: Mugunthan V N <mugunthanvnm at ti.com>

Add Ethernet Boot support to SPL

Acked-by: Tom Rini <trini at ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
---
 board/ti/am43xx/board.c      |    2 --
 include/configs/am43xx_evm.h |   10 ++++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c
index 7a28063..d744977 100644
--- a/board/ti/am43xx/board.c
+++ b/board/ti/am43xx/board.c
@@ -24,9 +24,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#ifndef CONFIG_SPL_BUILD
 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE;
-#endif
 
 /*
  * Read header information from EEPROM into global structure.
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 4476af5..dd70d39 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -175,6 +175,8 @@
 	"run mmcboot;" \
 	"run usbboot;"
 
+#endif
+
 /* CPSW Ethernet */
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_DHCP
@@ -192,8 +194,12 @@
 #define CONFIG_NET_MULTI
 #define CONFIG_PHY_GIGE
 #define CONFIG_PHYLIB
+
+#define CONFIG_SPL_ENV_SUPPORT
+#define CONFIG_SPL_NET_VCI_STRING	"AM43xx U-Boot SPL"
+
+#define CONFIG_SPL_ETH_SUPPORT
+#define CONFIG_SPL_NET_SUPPORT
 #define CONFIG_SYS_RX_ETH_BUFFER	64
-#define CONFIG_PHY_ADDR			16
 
-#endif
 #endif	/* __CONFIG_AM43XX_EVM_H */
-- 
1.7.9.5



More information about the U-Boot mailing list