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/integrator-common.h | |
parent | 52938fc4f0ba06e030aa17bca4f72623ed709c7a (diff) | |
download | u-boot-b72713dc0bb76a7629dab3746694633089e51339.tar.gz |
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/integrator-common.h')
-rw-r--r-- | include/configs/integrator-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h index 34eec5a33d2..4408fd0c237 100644 --- a/include/configs/integrator-common.h +++ b/include/configs/integrator-common.h @@ -46,4 +46,3 @@ /* Timeout values in ticks */ #define CONFIG_SYS_FLASH_ERASE_TOUT (2 * CONFIG_SYS_HZ) /* Erase Timeout */ #define CONFIG_SYS_FLASH_WRITE_TOUT (2 * CONFIG_SYS_HZ) /* Write Timeout */ -#define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */ |