diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:04:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:47 -0400 |
commit | b72713dc0bb76a7629dab3746694633089e51339 (patch) | |
tree | 0e07a957e795965beecf3ef0ae42b768698275be /include/configs/ls1043ardb.h | |
parent | 52938fc4f0ba06e030aa17bca4f72623ed709c7a (diff) | |
download | u-boot-b72713dc0bb76a7629dab3746694633089e51339.tar.gz u-boot-b72713dc0bb76a7629dab3746694633089e51339.tar.bz2 u-boot-b72713dc0bb76a7629dab3746694633089e51339.zip |
Convert CONFIG_SYS_FLASH_EMPTY_INFO to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FLASH_EMPTY_INFO
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1043ardb.h')
-rw-r--r-- | include/configs/ls1043ardb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 6c33847b27..45b2359dda 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -46,7 +46,6 @@ #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ -#define CONFIG_SYS_FLASH_EMPTY_INFO #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE_PHYS } #define CONFIG_SYS_WRITE_SWAPPED_DATA |