u-boot-brain/board/xilinx/ml300
Stefan Roese bbeff30cbd ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
Historically the 405 U-Boot port had a dram_init() call in early init
stage. This function was still called from start.S and most of the time
coded in assembler. This is not needed anymore (since a long time) and
boards should implement the common initdram() function in C instead.

This patch now removed the dram_init() call from start.S and removes the
empty implementations that are scattered through most of the 405 board
ports. Some older board ports really implement this dram_init() though.
These are:

csb272
csb472
ERIC
EXBITGEN
W7OLMC
W7OLMG

I changed those boards to call this assembler dram_init() function now
from their board specific initdram() instead. This *should* work, but please
test again on those platforms. And it is perhaps a good idea that those
boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
some time. So further patches welcome here.

Signed-off-by: Stefan Roese <sr@denx.de>
2008-06-03 20:22:19 +02:00
..
sw_services/uboot_v1_00_a/data * Patch by Sean Chang, 9 Aug 2004: 2004-09-29 22:43:59 +00:00
config.mk * Patch by Peter Ryser, 20 Feb 2004: 2004-02-23 23:54:43 +00:00
init.S ppc4xx: Remove superfluous dram_init() call or replace it by initdram() 2008-06-03 20:22:19 +02:00
Makefile [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets 2007-02-20 09:04:52 +01:00
ml300.c ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx 2007-10-31 21:20:50 +01:00
serial.c board/[j-z]*: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 10:48:22 -05:00
u-boot.lds Big white-space cleanup. 2008-05-21 00:14:08 +02:00
u-boot.lds.debug Big white-space cleanup. 2008-05-21 00:14:08 +02:00
xparameters.h * Patch by Sean Chang, 9 Aug 2004: 2004-09-29 22:43:59 +00:00