[PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
authorStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 09:35:42 +0000 (10:35 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 09:35:42 +0000 (10:35 +0100)
commit36d830c9830379045f5daa9f542ac1c990c70068
treeaa310cca93095e4dd8b25e3e383d40e1c3c1c423
parent79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
[PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files

Since the existing 4xx SPD SDRAM initialization routines for the
405 SDRAM controller and the 440 DDR controller don't have much in
common this patch splits both drivers into different files.

This is in preparation for the 440 DDR2 controller support (440SP/e).

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/40x_spd_sdram.c [new file with mode: 0644]
cpu/ppc4xx/44x_spd_ddr.c [new file with mode: 0644]
cpu/ppc4xx/Makefile
cpu/ppc4xx/spd_sdram.c [deleted file]