X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fs32v234evb.h;h=4dc098b828fef73b57f2ef04db65c6beb10842cc;hb=HEAD;hp=4cfcd5aa7da9d54e8d3b2174240b0a85154a6c0d;hpb=5619295995e3262bb5770e8b5e945ffdc5442145;p=people%2Fms%2Fu-boot.git diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 4cfcd5aa7d..4dc098b828 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -9,10 +9,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#ifndef CONFIG_SPL_BUILD -#include -#endif - #include #define CONFIG_S32V234 @@ -73,8 +69,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_UART_PORT (1) -#undef CONFIG_CMD_IMLS - #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC_BASE_ADDR @@ -86,7 +80,6 @@ #if 0 /* Ethernet config */ -#define CONFIG_CMD_PING #define CONFIG_CMD_MII #define CONFIG_FEC_MXC #define CONFIG_MII @@ -160,16 +153,8 @@ #include /* Miscellaneous configurable options */ -#define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_PROMPT "=> " -#undef CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ -#define CONFIG_SYS_PBSIZE \ - (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -#define CONFIG_CMDLINE_EDITING #define CONFIG_CMD_MEMTEST #define CONFIG_SYS_MEMTEST_START (DDR_BASE_ADDR) @@ -178,15 +163,12 @@ #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR #define CONFIG_SYS_HZ 1000 -#define CONFIG_SYS_TEXT_BASE 0x3E800000 /* SDRAM */ - #ifdef CONFIG_RUN_FROM_IRAM_ONLY #define CONFIG_SYS_MALLOC_BASE (DDR_BASE_ADDR) #endif #if 0 /* Configure PXE */ -#define CONFIG_BOOTP_PXE #define CONFIG_BOOTP_PXE_CLIENTARCH 0x100 #endif @@ -213,8 +195,5 @@ #define CONFIG_BOOTP_BOOTFILESIZE -#define CONFIG_BOOTP_BOOTPATH -#define CONFIG_BOOTP_GATEWAY -#define CONFIG_BOOTP_HOSTNAME #endif