All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: omap-common: Fix typo in CONFIG_OMAP54XX guard
@ 2017-03-07  2:42 Matthijs van Duin
  2017-03-10 15:09 ` Tom Rini
  2017-03-12  3:30 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Matthijs van Duin @ 2017-03-07  2:42 UTC (permalink / raw)
  To: u-boot

Some initialization was unintentionally being skipped on omap5.

Fixes: f5af0827f276 ("arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XX")
Signed-off-by: Matthijs van Duin <matthijsvanduin@gmail.com>
---
 arch/arm/mach-omap2/emif-common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/emif-common.c b/arch/arm/mach-omap2/emif-common.c
index b26984e26c5e..def7fe0f0a85 100644
--- a/arch/arm/mach-omap2/emif-common.c
+++ b/arch/arm/mach-omap2/emif-common.c
@@ -1195,7 +1195,7 @@ static void do_sdram_init(u32 base)
 			ddr3_init(base, regs);
 #endif
 	}
-#ifdef CONFIG_OMAP54X
+#ifdef CONFIG_OMAP54XX
 	if (warm_reset() && (emif_sdram_type(regs->sdram_config) ==
 	    EMIF_SDRAM_TYPE_DDR3) && !is_dra7xx()) {
 		set_lpmode_selfrefresh(base);
-- 
2.11.0

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

* [U-Boot] [PATCH] arm: omap-common: Fix typo in CONFIG_OMAP54XX guard
  2017-03-07  2:42 [U-Boot] [PATCH] arm: omap-common: Fix typo in CONFIG_OMAP54XX guard Matthijs van Duin
@ 2017-03-10 15:09 ` Tom Rini
  2017-03-12  3:30 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-03-10 15:09 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 07, 2017 at 03:42:24AM +0100, Matthijs van Duin wrote:

> Some initialization was unintentionally being skipped on omap5.
> 
> Fixes: f5af0827f276 ("arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XX")
> Signed-off-by: Matthijs van Duin <matthijsvanduin@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
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/20170310/6234e72b/attachment.sig>

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

* [U-Boot] arm: omap-common: Fix typo in CONFIG_OMAP54XX guard
  2017-03-07  2:42 [U-Boot] [PATCH] arm: omap-common: Fix typo in CONFIG_OMAP54XX guard Matthijs van Duin
  2017-03-10 15:09 ` Tom Rini
@ 2017-03-12  3:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-03-12  3:30 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 07, 2017 at 03:42:24AM +0100, Matthijs van Duin wrote:

> Some initialization was unintentionally being skipped on omap5.
> 
> Fixes: f5af0827f276 ("arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XX")
> Signed-off-by: Matthijs van Duin <matthijsvanduin@gmail.com>
> Reviewed-by: Tom Rini <trini@konsulko.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/20170311/a14bd1f5/attachment.sig>

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

end of thread, other threads:[~2017-03-12  3:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07  2:42 [U-Boot] [PATCH] arm: omap-common: Fix typo in CONFIG_OMAP54XX guard Matthijs van Duin
2017-03-10 15:09 ` Tom Rini
2017-03-12  3:30 ` [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.