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/mx6sabreauto.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/mx6sabreauto.h')
-rw-r--r-- | include/configs/mx6sabreauto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index bc4aa52f5bf..5fc3acded30 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -33,7 +33,6 @@ #define CONFIG_SYS_FLASH_BASE WEIM_ARB_BASE_ADDR #define CONFIG_SYS_FLASH_SECT_SIZE (128 * 1024) #define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */ -#define CONFIG_SYS_FLASH_EMPTY_INFO #endif #define CONFIG_SYS_FSL_USDHC_NUM 2 |