diff options
Diffstat (limited to 'include/configs/ti814x_evm.h')
| -rw-r--r-- | include/configs/ti814x_evm.h | 25 | 
1 files changed, 25 insertions, 0 deletions
| diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 16547e331..eac5ad024 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -19,6 +19,7 @@  #define CONFIG_TI81XX  #define CONFIG_TI814X  #define CONFIG_SYS_NO_FLASH +#define CONFIG_OMAP  #include <asm/arch/omap.h> @@ -162,6 +163,9 @@  #define CONFIG_BAUDRATE			115200 +/* CPU */ +#define CONFIG_ARCH_CPU_INIT +  #define CONFIG_ENV_OVERWRITE  #define CONFIG_CONS_INDEX		1  #define CONFIG_SYS_CONSOLE_INFO_QUIET @@ -218,4 +222,25 @@  /* Unsupported features */  #undef CONFIG_USE_IRQ +/* Ethernet */ +#define CONFIG_CMD_NET +#define CONFIG_CMD_DHCP +#define CONFIG_CMD_PING +#define CONFIG_CMD_MII +#define CONFIG_DRIVER_TI_CPSW +#define CONFIG_MII +#define CONFIG_BOOTP_DEFAULT +#define CONFIG_BOOTP_DNS +#define CONFIG_BOOTP_DNS2 +#define CONFIG_BOOTP_SEND_HOSTNAME +#define CONFIG_BOOTP_GATEWAY +#define CONFIG_BOOTP_SUBNETMASK +#define CONFIG_NET_RETRY_COUNT         10 +#define CONFIG_NET_MULTI +#define CONFIG_PHY_GIGE +#define CONFIG_PHYLIB +#define CONFIG_PHY_ADDR			1 +#define CONFIG_PHY_ET1011C +#define CONFIG_PHY_ET1011C_TX_CLK_FIX +  #endif	/* ! __CONFIG_TI814X_EVM_H */ |