diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-12 17:36:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:05:38 -0500 |
commit | 4d3495deb653ad4e50051e846667eaad8257e1f9 (patch) | |
tree | 376dd8c2ac21f1c78aa8d898721197a7bd29ab5f /configs/omap35_logic_defconfig | |
parent | b41641d52efa242b38fbe5f976331005e329487a (diff) | |
download | u-boot-4d3495deb653ad4e50051e846667eaad8257e1f9.tar.gz u-boot-4d3495deb653ad4e50051e846667eaad8257e1f9.tar.bz2 u-boot-4d3495deb653ad4e50051e846667eaad8257e1f9.zip |
Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_MAX_OOBFREE
CONFIG_SYS_NAND_MAX_ECCPOS
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/omap35_logic_defconfig')
-rw-r--r-- | configs/omap35_logic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig index 93daa460ba..84e267da58 100644 --- a/configs/omap35_logic_defconfig +++ b/configs/omap35_logic_defconfig @@ -80,6 +80,8 @@ CONFIG_SYS_NAND_OOBSIZE=0x40 CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 +CONFIG_SYS_NAND_MAX_OOBFREE=2 +CONFIG_SYS_NAND_MAX_ECCPOS=56 CONFIG_SMC911X=y CONFIG_SMC911X_32_BIT=y CONFIG_PINCTRL=y |