X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fbf548-ezkit.h;h=89adfefee3797b8c129e8733d3ba9224cdfc35db;hb=6ae38b8c583c61f00c2fe9904cafa81932c7faaf;hp=ae27a977b009a3ee562943d22f5e8fad8f1b9213;hpb=2151374fa6556ec1027d1d0003b1e238a106cc63;p=oweals%2Fu-boot.git diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index ae27a977b0..89adfefee3 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -69,7 +69,6 @@ * Network Settings */ #define ADI_CMDS_NETWORK 1 -#define CONFIG_NET_MULTI #define CONFIG_SMC911X 1 #define CONFIG_SMC911X_BASE 0x24000000 #define CONFIG_SMC911X_16_BIT @@ -132,7 +131,6 @@ #define CONFIG_DRIVER_NAND_BFIN #define CONFIG_SYS_NAND_BASE 0 /* not actually used */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define NAND_MAX_CHIPS 1 /* @@ -203,8 +201,8 @@ GPIO_PB8, GPIO_PB9, GPIO_PB10, GPIO_PB11 #define CONFIG_POST_BSPEC2_GPIO_NAMES \ 13, 12, 11, 10, -#define FLASH_START_POST_BLOCK 11 /* Should > = 11 */ -#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */ +#define CONFIG_SYS_POST_FLASH_START 10 +#define CONFIG_SYS_POST_FLASH_END 127 #endif