diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2014-02-18 12:31:58 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 14:42:07 (GMT) |
commit | 3a3939bf3d216900486748ffc330a33d565c242b (patch) | |
tree | baa3b12c3f970dd1cb6127cdd7a43878c1639717 /include/configs | |
parent | e27f2dd721d8121177cb32a63684557fa625d4bf (diff) | |
download | u-boot-fsl-qoriq-3a3939bf3d216900486748ffc330a33d565c242b.tar.xz |
ARM: AM43xx: Add Ethernet boot support to SPL
Add Ethernet Boot support to SPL
Acked-by: Tom Rini <trini@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am43xx_evm.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index aff17ee..614857d 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -204,6 +204,8 @@ "run mmcboot;" \ "run usbboot;" +#endif + /* CPSW Ethernet */ #define CONFIG_CMD_NET #define CONFIG_CMD_DHCP @@ -221,8 +223,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 */ |