commit | d38112ce12e2a796311cfb0b91e905fcf582a498 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jul 23 13:05:04 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 04 16:18:47 2022 -0400 |
tree | 0385354c9c40214c490d176becbdf15a246c9aca | |
parent | 063c93808577844fa79caf277e083dee07875c84 [diff] [blame] |
Convert CONFIG_SYS_MAX_FLASH_SECT to Kconfig This converts the following to Kconfig: CONFIG_SYS_MAX_FLASH_SECT Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index ad549c0..71ee979 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig
@@ -35,4 +35,5 @@ 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