diff options
author | Tom Rini | 2021-09-22 14:50:26 -0400 |
---|---|---|
committer | Tom Rini | 2021-10-06 09:15:14 -0400 |
commit | c25ca9060a476873770c4bc00e85a0819465e110 (patch) | |
tree | 5ef6eaf7b3bb04b3fa6097991e0a906cb91f6eab /include | |
parent | d4f05b3198b68bc6e2c42b8d7e53d36a2fc9d52c (diff) |
rk3308: Remove unused NAND defines
These platforms do not currently enable NAND, remove these references.
Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rk3308_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/rk3308_common.h b/include/configs/rk3308_common.h index edaf78a6e81..496f4628d34 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 |