From cd38581459f06798e6ea6230aa1e3d92a4f521b6 Mon Sep 17 00:00:00 2001 From: David Ungar Date: Mon, 11 Oct 2010 14:35:26 -0400 Subject: Remove second sdram bank --- cpu/arm_cortexa8/omap3/board.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cpu/arm_cortexa8/omap3/board.c b/cpu/arm_cortexa8/omap3/board.c index 1e25253e0b..577bf8404d 100644 --- a/cpu/arm_cortexa8/omap3/board.c +++ b/cpu/arm_cortexa8/omap3/board.c @@ -285,16 +285,6 @@ int dram_init(void) DECLARE_GLOBAL_DATA_PTR; unsigned int size0 = 0, size1 = 0; - /* - * If a second bank of DDR is attached to CS1 this is - * where it can be started. Early init code will init - * memory on CS0. - */ - if ((sysinfo.mtype == DDR_COMBO) || (sysinfo.mtype == DDR_STACKED)) { - do_sdrc_init(CS1, NOT_EARLY); - make_cs1_contiguous(); - } - size0 = get_sdr_cs_size(CS0); size1 = get_sdr_cs_size(CS1); -- cgit v1.2.3