diff options
| author | Tom Rini <[email protected]> | 2022-07-23 13:05:02 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-04 16:18:47 -0400 |
| commit | 1d3ecdac7ecd5d9b237067b0c96aa1e618c8621d (patch) | |
| tree | 52e1d88eee11eecd359de0855332b9deb46ca7e4 /include | |
| parent | cc1015f4a9938c8c82311f1e61f1d974fda67d9f (diff) | |
Convert CONFIG_FLASH_CFI_LEGACY to Kconfig
This converts the following to Kconfig:
CONFIG_FLASH_CFI_LEGACY
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/M5253DEMO.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 88c2bbbf25f..b88280c90cd 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -105,7 +105,6 @@ * 0x30 is block erase in SST */ # define CONFIG_SYS_FLASH_SIZE 0x800000 -# define CONFIG_FLASH_CFI_LEGACY #else # define CONFIG_SYS_SST_SECT 2048 # define CONFIG_SYS_SST_SECTSZ 0x1000 |
