X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fti814x_evm.h;h=90b424f49957facc3a9aa8c834dfe19ab6961b33;hb=79b8d3c285f4f1c2ee4b27367f2ca3ecb76ed9ce;hp=9901a8b5e2470f56714f6e35e1d27a44fc049b48;hpb=8297e648b82197b7b543b0cc702983fcf98fe82c;p=oweals%2Fu-boot.git diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 9901a8b5e2..90b424f499 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -18,7 +18,6 @@ #include -#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ #define CONFIG_SYS_MALLOC_LEN (1024 << 10) #define CONFIG_MACH_TYPE MACH_TYPE_TI8148EVM @@ -122,7 +121,6 @@ #define CONFIG_ENV_OVERWRITE /* Defines for SPL */ -#define CONFIG_SPL_TEXT_BASE 0x40300000 #define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \ CONFIG_SPL_TEXT_BASE) @@ -153,7 +151,6 @@ #endif /* Ethernet */ -#define CONFIG_MII #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_NET_RETRY_COUNT 10