X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fti814x_evm.h;h=ea83ea2495e5d3dfebac6a436a672f58c820afd6;hb=235c5b8315c6a9eb566fd3d99a098cc6db869fc5;hp=c0b477d044cf5f30486e34a5c29cbe51b8bde8f9;hpb=e856bdcfb49291d30b19603fc101bea096c48196;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index c0b477d..ea83ea2 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -16,10 +16,6 @@ #ifndef __CONFIG_TI814X_EVM_H #define __CONFIG_TI814X_EVM_H -#define CONFIG_TI81XX -#define CONFIG_TI814X -#define CONFIG_OMAP - #include #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ @@ -110,8 +106,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x81000000 /* Default */ -#define CONFIG_OMAP_GPIO - /** * Physical Memory Map */ @@ -135,8 +129,6 @@ #define CONFIG_SYS_NS16550_CLK (48000000) #define CONFIG_SYS_NS16550_COM1 0x48020000 /* Base EVM has UART0 */ -#define CONFIG_BAUDRATE 115200 - /* CPU */ #define CONFIG_ARCH_CPU_INIT @@ -161,8 +153,6 @@ #define CONFIG_SYS_SPI_U_BOOT_SIZE 0x40000 #define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds" -#define CONFIG_SPL_BOARD_INIT - /* * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM * 64 bytes before this address should be set aside for u-boot.img's @@ -181,9 +171,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #endif -/* Unsupported features */ -#undef CONFIG_USE_IRQ - /* Ethernet */ #define CONFIG_DRIVER_TI_CPSW #define CONFIG_MII