* [PATCH] mx25 3ds: fix memory initialization
@ 2010-06-09 8:24 Baruch Siach
0 siblings, 0 replies; only message in thread
From: Baruch Siach @ 2010-06-09 8:24 UTC (permalink / raw)
To: barebox; +Cc: Baruch Siach
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
board/freescale-mx25-3-stack/3stack.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/freescale-mx25-3-stack/3stack.c b/board/freescale-mx25-3-stack/3stack.c
index 081487a..4aa2f21 100644
--- a/board/freescale-mx25-3-stack/3stack.c
+++ b/board/freescale-mx25-3-stack/3stack.c
@@ -276,6 +276,7 @@ static int imx25_devices_init(void)
i2c_register_board_info(0, i2c_devices, ARRAY_SIZE(i2c_devices));
register_device(&i2c_dev);
+ armlinux_add_dram(&sdram0_dev);
armlinux_set_bootparams((void *)0x80000100);
armlinux_set_architecture(MACH_TYPE_MX25_3DS);
--
1.7.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-09 8:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-09 8:24 [PATCH] mx25 3ds: fix memory initialization Baruch Siach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox