From: Ashish Kumar Date: Tue, 28 Nov 2017 05:22:17 +0000 (+0530) Subject: armv8: ls1088a: Add nand support for ls1088ardb X-Git-Tag: v2018.01-rc2~39^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d798a6ee6436c7d2bcbf3fa6bda01daa4411a493;p=platform%2Fkernel%2Fu-boot.git armv8: ls1088a: Add nand support for ls1088ardb Signed-off-by: Ashish Kumar Reviewed-by: York Sun --- diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 65ca1c2..1da8153 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -95,6 +95,7 @@ #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE } #endif #endif +#define CONFIG_NAND_FSL_IFC #define CONFIG_SYS_NAND_MAX_ECCPOS 256 #define CONFIG_SYS_NAND_MAX_OOBFREE 2 @@ -132,6 +133,7 @@ #define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE } #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_MTD_NAND_VERIFY_WRITE +#define CONFIG_CMD_NAND #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)