diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-11 14:55:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 08:41:38 -0500 |
commit | 4d69303299289e0d7f062008094c69726855a0fa (patch) | |
tree | b848a0e96a34ec9676f7982513da54bee909c8d8 /configs/pm9g45_defconfig | |
parent | d5bfef2fcdc14848c20c10fcb546e7d574592617 (diff) | |
download | u-boot-4d69303299289e0d7f062008094c69726855a0fa.tar.gz u-boot-4d69303299289e0d7f062008094c69726855a0fa.tar.bz2 u-boot-4d69303299289e0d7f062008094c69726855a0fa.zip |
Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
In order to do this conversion, expose this option to the user and
use "save" not "safe" in the text.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pm9g45_defconfig')
-rw-r--r-- | configs/pm9g45_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pm9g45_defconfig b/configs/pm9g45_defconfig index 2d63a8c7a3..7fbbbabf22 100644 --- a/configs/pm9g45_defconfig +++ b/configs/pm9g45_defconfig @@ -47,6 +47,7 @@ CONFIG_CLK_AT91=y CONFIG_AT91_GPIO=y CONFIG_GENERIC_ATMEL_MCI=y CONFIG_MTD=y +CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT=y # CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y CONFIG_DM_ETH=y |