All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: omap3_logic: Disable NAND ID during SPL
@ 2018-07-30  1:16 Adam Ford
  2018-08-11  1:45 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2018-07-30  1:16 UTC (permalink / raw)
  To: u-boot

For these boards, the GPMC timings are more determined by
processor speed/type than the NAND/PoP memory.  This code
is never invoked, so disable the config option, so it doesn't
take the time to compile it in.

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

diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index ed9f454a5d..77dfdfc0e5 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_OMAP2PLUS=y
 CONFIG_TI_COMMON_CMD_OPTIONS=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TARGET_OMAP3_LOGIC=y
+# CONFIG_SPL_OMAP3_ID_NAND is not set
 CONFIG_SPL=y
 CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit"
 CONFIG_DISTRO_DEFAULTS=y
-- 
2.17.1

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

* [U-Boot] configs: omap3_logic: Disable NAND ID during SPL
  2018-07-30  1:16 [U-Boot] [PATCH] configs: omap3_logic: Disable NAND ID during SPL Adam Ford
@ 2018-08-11  1:45 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-08-11  1:45 UTC (permalink / raw)
  To: u-boot

On Sun, Jul 29, 2018 at 08:16:49PM -0500, Adam Ford wrote:

> For these boards, the GPMC timings are more determined by
> processor speed/type than the NAND/PoP memory.  This code
> is never invoked, so disable the config option, so it doesn't
> take the time to compile it in.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
> index ed9f454a5d..77dfdfc0e5 100644

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: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180810/874eeb7f/attachment.sig>

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

end of thread, other threads:[~2018-08-11  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-30  1:16 [U-Boot] [PATCH] configs: omap3_logic: Disable NAND ID during SPL Adam Ford
2018-08-11  1:45 ` [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.