]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: OMAP3_LOGIC: Remove ONENAND config options
authorAdam Ford <aford173@gmail.com>
Sat, 31 Dec 2016 11:51:27 +0000 (05:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jan 2017 16:14:03 +0000 (11:14 -0500)
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

index abce61ae36f2996d3b3672e837d1dbd39d3b76be..d66b50750583bec607c0c213a59b145245e41336 100644 (file)
 /* **** PISMO SUPPORT *** */
 #if defined(CONFIG_CMD_NAND)
 #define CONFIG_SYS_FLASH_BASE          NAND_BASE
 /* **** 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 */
 #endif
 
 /* Monitor at start of flash */
 
 #define CONFIG_ENV_IS_IN_NAND          1
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
 
 #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 */
 #define SMNAND_ENV_OFFSET              0x260000 /* environment starts here */
 
 #define CONFIG_SYS_ENV_SECT_SIZE       (128 << 10)     /* 128 KiB */