All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] eukrea-cpuimx25: fix boot
@ 2015-09-25 15:48 Eric Bénard
  2015-09-25 15:48 ` [PATCH 2/6] chipidea-imx: allow phymode configuration in pdata Eric Bénard
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Eric Bénard @ 2015-09-25 15:48 UTC (permalink / raw)
  To: barebox; +Cc: Florian Vallee

From: Florian Vallee <fvallee@eukrea.fr>

we need to disable second SD chip select properly else the SDRAM size
detection will detect it but there is no memory connected so the boot
will fail

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Florian Vallee <fvallee@eukrea.fr>
---
 arch/arm/boards/eukrea_cpuimx25/flash-header.imxcfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boards/eukrea_cpuimx25/flash-header.imxcfg b/arch/arm/boards/eukrea_cpuimx25/flash-header.imxcfg
index 8ec9067..b0c3b69 100644
--- a/arch/arm/boards/eukrea_cpuimx25/flash-header.imxcfg
+++ b/arch/arm/boards/eukrea_cpuimx25/flash-header.imxcfg
@@ -2,6 +2,7 @@ soc imx25
 loadaddr 0x80000000
 dcdofs 0x400
 
+wm 32 0xb8001008 0x00000000
 wm 32 0xb8001010 0x00000004
 wm 32 0xb8001000 0x92100000
 wm 8 0x80000400 0x12344321
-- 
2.4.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-09-29  6:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25 15:48 [PATCH 1/6] eukrea-cpuimx25: fix boot Eric Bénard
2015-09-25 15:48 ` [PATCH 2/6] chipidea-imx: allow phymode configuration in pdata Eric Bénard
2015-09-25 15:48 ` [PATCH 3/6] imx25: register usb-misc by default Eric Bénard
2015-09-25 15:48 ` [PATCH 4/6] eukrea-cpuimx25: setup usb through chipidea-imx driver Eric Bénard
2015-09-25 15:48 ` [PATCH 5/6] eukrea-cpuimx25: enable dfu sequence conditionaly Eric Bénard
2015-09-25 15:48 ` [PATCH 6/6] eukrea-cpuimx25: update defconfig Eric Bénard
2015-09-29  6:48 ` [PATCH 1/6] eukrea-cpuimx25: fix boot Sascha Hauer

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.