X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fs32v234evb.h;h=33487cd86fee38403488bee51e9aed3053ef8777;hb=a1dc980d88a5c9c2b99251c8d8299b0c8948de73;hp=9ee68dde7bd5c1d3ea7d2ade73896919ec9a9d16;hpb=0b8404332ed08799ca0630e4cc868df039f206e3;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 9ee68dd..33487cd 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -61,7 +61,6 @@ #else #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) #endif -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DM_SERIAL #define CONFIG_FSL_LINFLEXUART @@ -73,7 +72,6 @@ /* Allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_UART_PORT (1) -#define CONFIG_BAUDRATE 115200 #undef CONFIG_CMD_IMLS @@ -83,9 +81,7 @@ #define CONFIG_SYS_FSL_ESDHC_NUM 1 #define CONFIG_CMD_MMC -#define CONFIG_GENERIC_MMC /* #define CONFIG_CMD_EXT2 EXT2 Support */ -#define CONFIG_DOS_PARTITION #if 0 @@ -101,16 +97,6 @@ #define CONFIG_PHY_MICREL #endif -#if 0 /* Disable until the I2C driver will be updated */ - -/* I2C Configs */ -#define CONFIG_CMD_I2C -#define CONFIG_HARD_I2C -#define CONFIG_I2C_MXC -#define CONFIG_SYS_I2C_BASE I2C0_BASE_ADDR -#define CONFIG_SYS_I2C_SPEED 100000 -#endif - #if 0 /* Disable until the FLASH will be implemented */ #define CONFIG_SYS_USE_NAND #endif @@ -203,12 +189,6 @@ #define CONFIG_SYS_MALLOC_BASE (DDR_BASE_ADDR) #endif -/* - * Stack sizes - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE (128 * 1024) /* regular stack */ - #if 0 /* Configure PXE */ #define CONFIG_BOOTP_PXE @@ -230,9 +210,7 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) -/* FLASH and environment organization */ -#define CONFIG_SYS_NO_FLASH - +/* environment organization */ #define CONFIG_ENV_SIZE (8 * 1024) #define CONFIG_ENV_IS_IN_MMC