[PATCH] mx25 3ds: fix memory initialization
Baruch Siach
baruch at tkos.co.il
Wed Jun 9 04:24:56 EDT 2010
Signed-off-by: Baruch Siach <baruch at 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
More information about the barebox
mailing list