commit | 1db251bdd5750e89bdb3c0707f51de0029cc0f0e | [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 | 17ead040d402c6e1fe26ac5acc4773146c8a0918 [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/r2dplus_defconfig b/configs/r2dplus_defconfig index 2beda3a..3af338c 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig
@@ -45,6 +45,7 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y +CONFIG_SYS_MAX_FLASH_SECT=256 CONFIG_DM_ETH=y CONFIG_E1000=y CONFIG_EEPRO100=y