From: Tom Rini Date: Wed, 22 Sep 2021 18:50:26 +0000 (-0400) Subject: rk3308: Remove unused NAND defines X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=c25ca9060a476873770c4bc00e85a0819465e110;p=u-boot.git rk3308: Remove unused NAND defines These platforms do not currently enable NAND, remove these references. Cc: Kever Yang Signed-off-by: Tom Rini --- diff --git a/include/configs/rk3308_common.h b/include/configs/rk3308_common.h index edaf78a6e8..496f4628d3 100644 --- a/include/configs/rk3308_common.h +++ b/include/configs/rk3308_common.h @@ -9,11 +9,6 @@ #include "rockchip-common.h" #define CONFIG_SYS_CBSIZE 1024 -#define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_ONFI_DETECTION -#define CONFIG_SYS_NAND_PAGE_SIZE 2048 -#define CONFIG_SYS_NAND_PAGE_COUNT 64 -#define CONFIG_SYS_NAND_SIZE (256 * 1024 * 1024) #define CONFIG_SPL_MAX_SIZE 0x20000 #define CONFIG_SPL_BSS_START_ADDR 0x00400000 #define CONFIG_SPL_BSS_MAX_SIZE 0x2000