diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-02-01 12:04:43 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-02-25 08:02:22 +0100 |
commit | 419fa9ae216716789e45f2b18cb975db35c6d669 (patch) | |
tree | 3a8177058b711db2edc94ae9f5116deb9c7c552b /include | |
parent | 9608e7de6ac13626e8a2809b0350add57c1343ac (diff) | |
download | u-boot-imx-419fa9ae216716789e45f2b18cb975db35c6d669.zip u-boot-imx-419fa9ae216716789e45f2b18cb975db35c6d669.tar.gz u-boot-imx-419fa9ae216716789e45f2b18cb975db35c6d669.tar.bz2 |
edminiv2: drop CONFIG_CFI_LEGACY
Nowadays generic CFI code properly detects the ED Mini V2's
Macronix MC29LV400CB flash chip, therefore we can drop the
CONFIG_FLASH_CFI_LEGACY option and associated settings and code.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/edminiv2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index ee5f76b..5ce01fb 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -114,13 +114,9 @@ #define CONFIG_SYS_FLASH_CFI #define CONFIG_FLASH_CFI_DRIVER -#define CONFIG_FLASH_CFI_LEGACY #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of flash banks */ #define CONFIG_SYS_MAX_FLASH_SECT 11 /* max num of sects on one chip */ #define CONFIG_SYS_FLASH_BASE 0xfff80000 -#define CONFIG_SYS_FLASH_SECTSZ \ - {16384, 8192, 8192, 32768, \ - 65536, 65536, 65536, 65536, 65536, 65536, 65536} /* auto boot */ #define CONFIG_BOOTDELAY 3 /* default enable autoboot */ |