diff options
| author | Tom Rini <[email protected]> | 2022-07-23 13:05:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-04 16:18:47 -0400 |
| commit | 1db251bdd5750e89bdb3c0707f51de0029cc0f0e (patch) | |
| tree | 0385354c9c40214c490d176becbdf15a246c9aca /configs/amcore_defconfig | |
| parent | 17ead040d402c6e1fe26ac5acc4773146c8a0918 (diff) | |
Convert CONFIG_SYS_MAX_FLASH_SECT to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MAX_FLASH_SECT
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/amcore_defconfig')
| -rw-r--r-- | configs/amcore_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index ad549c02c15..71ee97969d9 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig @@ -35,4 +35,5 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_CFI=y +CONFIG_SYS_MAX_FLASH_SECT=1024 CONFIG_MCFUART=y |
