diff mbox series

[01/14] rk3308: Remove unused NAND defines

Message ID 20210922185039.30707-1-trini@konsulko.com
State Accepted
Commit c25ca9060a476873770c4bc00e85a0819465e110
Delegated to: Tom Rini
Headers show
Series [01/14] rk3308: Remove unused NAND defines | expand

Commit Message

Tom Rini Sept. 22, 2021, 6:50 p.m. UTC
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>
---
Please note that this file isn't listed in any MAINTAINERS file, but
should be, thanks!
---
 include/configs/rk3308_common.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Tom Rini Oct. 6, 2021, 5:47 p.m. UTC | #1
On Wed, Sep 22, 2021 at 02:50:26PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/rk3308_common.h b/include/configs/rk3308_common.h
index edaf78a6e81a..496f4628d34f 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