From 4884d829d72e58d3448df46325699cdc2151686e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 22 Sep 2021 14:50:33 -0400 Subject: Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to Kconfig This converts the following to Kconfig: CONFIG_SYS_NAND_5_ADDR_CYCLE Signed-off-by: Tom Rini --- configs/devkit3250_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/devkit3250_defconfig') diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig index 4e90af6fda..dc85a84198 100644 --- a/configs/devkit3250_defconfig +++ b/configs/devkit3250_defconfig @@ -57,6 +57,7 @@ CONFIG_SYS_NAND_BLOCK_SIZE=0x20000 CONFIG_SYS_NAND_PAGE_COUNT=0x40 CONFIG_SYS_NAND_PAGE_SIZE=0x800 CONFIG_SYS_NAND_OOBSIZE=0x40 +# CONFIG_SYS_NAND_5_ADDR_CYCLE is not set CONFIG_PHYLIB=y CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_ADDR=31 -- cgit v1.2.3