X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fbcm_ep_board.h;h=957cd9e0ba89aefe01ec58fa89e99a3a5d628508;hb=551c3934466503e6c8702df412e2a9ce574557e9;hp=a1e7a8cc83d9b7d2d3a3119689a0c556f6cc143b;hpb=b0cf733933c3bc1b4ab353e16affabc60f863db5;p=people%2Fms%2Fu-boot.git diff --git a/include/configs/bcm_ep_board.h b/include/configs/bcm_ep_board.h index a1e7a8cc83..957cd9e0ba 100644 --- a/include/configs/bcm_ep_board.h +++ b/include/configs/bcm_ep_board.h @@ -28,7 +28,6 @@ #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) -#define CONFIG_STACKSIZE (256 * 1024) /* Some commands use this as the default load address */ #define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE @@ -46,13 +45,9 @@ /* Serial Info */ #define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_BAUDRATE 115200 - #define CONFIG_ENV_SIZE 0x2000 #define CONFIG_ENV_IS_NOWHERE -#define CONFIG_SYS_NO_FLASH /* Not using NAND/NOR unmanaged flash */ - /* console configuration */ #define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ @@ -63,7 +58,6 @@ /* version string, parser, etc */ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING -#define CONFIG_COMMAND_HISTORY #define CONFIG_SYS_LONGHELP #define CONFIG_CRC32_VERIFY @@ -73,10 +67,7 @@ #define CONFIG_FAT_WRITE /* SHA hashing */ -#define CONFIG_CMD_HASH #define CONFIG_HASH_VERIFY -#define CONFIG_SHA1 -#define CONFIG_SHA256 /* Enable Time Command */