All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: uniphier: set DRAM_SPARSE flag for LD21 boards
@ 2017-03-06 20:28 Masahiro Yamada
  2017-03-13 19:25 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2017-03-06 20:28 UTC (permalink / raw)
  To: u-boot

Commit 04cd4e7215d3 ("ARM: uniphier: remove DRAM base address from
board parameters") accidentally unset the DRAM_SPARSE flag, and
changed the physical map of the DRAM channels.  Revive the original
behavior.

Fixes: 04cd4e7215d3 ("ARM: uniphier: remove DRAM base address from board parameters")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reported-by: Shunji Sato <sato.shunji@socionext.com>
---

 arch/arm/mach-uniphier/boards.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-uniphier/boards.c b/arch/arm/mach-uniphier/boards.c
index db7d192..e3b9335 100644
--- a/arch/arm/mach-uniphier/boards.c
+++ b/arch/arm/mach-uniphier/boards.c
@@ -199,7 +199,7 @@ static const struct uniphier_board_data uniphier_ld21_data = {
 		.size = 0x40000000,
 		.width = 32,
 	},
-	.flags = UNIPHIER_BD_BOARD_LD21_GLOBAL,
+	.flags = UNIPHIER_BD_DRAM_SPARSE | UNIPHIER_BD_BOARD_LD21_GLOBAL,
 };
 #endif
 
-- 
2.7.4

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

* [U-Boot] [PATCH] ARM: uniphier: set DRAM_SPARSE flag for LD21 boards
  2017-03-06 20:28 [U-Boot] [PATCH] ARM: uniphier: set DRAM_SPARSE flag for LD21 boards Masahiro Yamada
@ 2017-03-13 19:25 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2017-03-13 19:25 UTC (permalink / raw)
  To: u-boot

2017-03-07 5:28 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Commit 04cd4e7215d3 ("ARM: uniphier: remove DRAM base address from
> board parameters") accidentally unset the DRAM_SPARSE flag, and
> changed the physical map of the DRAM channels.  Revive the original
> behavior.
>
> Fixes: 04cd4e7215d3 ("ARM: uniphier: remove DRAM base address from board parameters")
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Reported-by: Shunji Sato <sato.shunji@socionext.com>

Applied to u-boot-uniphier/master.



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2017-03-13 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 20:28 [U-Boot] [PATCH] ARM: uniphier: set DRAM_SPARSE flag for LD21 boards Masahiro Yamada
2017-03-13 19:25 ` Masahiro Yamada

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.