diff mbox

[U-Boot] ARM: OMAP3_LOGIC: Remove ONENAND config options

Message ID 1483185087-9822-1-git-send-email-aford173@gmail.com
State Accepted
Commit f9e7501f849a834ee961671f078fae353ca7a31f
Delegated to: Tom Rini
Headers show

Commit Message

Adam Ford Dec. 31, 2016, 11:51 a.m. UTC
These boards do not and never have had ONENAND support, so let's remove it.

Signed-off-by: Adam Ford <aford173@gmail.com>
---

 include/configs/omap3_logic.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini Jan. 3, 2017, 1:05 a.m. UTC | #1
On Sat, Dec 31, 2016 at 05:51:27AM -0600, Adam Ford wrote:

> These boards do not and never have had ONENAND support, so let's remove it.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>

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

Patch

diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index abce61a..d66b507 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -241,8 +241,6 @@ 
 /* **** PISMO SUPPORT *** */
 #if defined(CONFIG_CMD_NAND)
 #define CONFIG_SYS_FLASH_BASE		NAND_BASE
-#elif defined(CONFIG_CMD_ONENAND)
-#define CONFIG_SYS_FLASH_BASE		ONENAND_MAP
 #endif
 
 /* Monitor at start of flash */
@@ -250,7 +248,6 @@ 
 
 #define CONFIG_ENV_IS_IN_NAND		1
 #define CONFIG_ENV_SIZE			(128 << 10)	/* 128 KiB */
-#define ONENAND_ENV_OFFSET		0x260000 /* environment starts here */
 #define SMNAND_ENV_OFFSET		0x260000 /* environment starts here */
 
 #define CONFIG_SYS_ENV_SECT_SIZE	(128 << 10)	/* 128 KiB */