diff options
author | Stefan Roese <sr@denx.de> | 2008-09-10 16:53:47 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-12 07:12:33 +0200 |
commit | 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b (patch) | |
tree | a28ce7747e214469fa77199f4ea83ba8e2965e48 /include/configs/quad100hd.h | |
parent | 61737c59a3285f6fadf96a5836879898c04ec28d (diff) | |
download | u-boot-imx-7bf5ecfa50722a9feb45ea8f04da75f5d406f20b.zip u-boot-imx-7bf5ecfa50722a9feb45ea8f04da75f5d406f20b.tar.gz u-boot-imx-7bf5ecfa50722a9feb45ea8f04da75f5d406f20b.tar.bz2 |
ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
This patch fixes a problem introdiced with patch
bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
initdram()].
The boards affected are:
- PCI405
- PPChameleonEVB
- quad100hd
- taihu
- zeus
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/quad100hd.h')
-rw-r--r-- | include/configs/quad100hd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/quad100hd.h b/include/configs/quad100hd.h index d464734..c41f5c9 100644 --- a/include/configs/quad100hd.h +++ b/include/configs/quad100hd.h @@ -82,7 +82,6 @@ * SDRAM configuration (please see cpu/ppc/sdram.[ch]) */ #define CONFIG_SDRAM_BANK0 1 -#define CFG_SDRAM_SIZE 0x02000000 /* 32 MB */ /* FIX! SDRAM timings used in datasheet */ #define CFG_SDRAM_CL 3 /* CAS latency */ |