All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: OMAP3_LOGIC: Remove ONENAND config options
@ 2016-12-31 11:51 Adam Ford
  2017-01-03  1:05 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2016-12-31 11:51 UTC (permalink / raw)
  To: u-boot

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

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 */
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] ARM: OMAP3_LOGIC: Remove ONENAND config options
  2016-12-31 11:51 [U-Boot] [PATCH] ARM: OMAP3_LOGIC: Remove ONENAND config options Adam Ford
@ 2017-01-03  1:05 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-01-03  1:05 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170102/9298b194/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-03  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-31 11:51 [U-Boot] [PATCH] ARM: OMAP3_LOGIC: Remove ONENAND config options Adam Ford
2017-01-03  1:05 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.