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/vexpress_aemv8.h | |
| parent | 52938fc4f0ba06e030aa17bca4f72623ed709c7a (diff) | |
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/vexpress_aemv8.h')
| -rw-r--r-- | include/configs/vexpress_aemv8.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h index 3705313aec0..6b65fcf37ec 100644 --- a/include/configs/vexpress_aemv8.h +++ b/include/configs/vexpress_aemv8.h @@ -272,7 +272,6 @@ /* Store environment at top of flash */ #endif -#define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */ #define FLASH_MAX_SECTOR_SIZE 0x00040000 #endif /* __VEXPRESS_AEMV8_H */ |
