diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-18 21:42:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-18 21:42:30 +0200 |
commit | 9edd580e91d7eb031298294063f5aa9fa7f0a330 (patch) | |
tree | bf94a6efe94fa4740de2d20474551ec93aa03697 /cpu/ppc4xx/44x_spd_ddr2.c | |
parent | fc9970137c8f187b5938e4926224e0f3d46c3476 (diff) | |
parent | 79f240f7ecc0506b43ac50d1ea405ff6540d4d57 (diff) | |
download | u-boot-imx-9edd580e91d7eb031298294063f5aa9fa7f0a330.zip u-boot-imx-9edd580e91d7eb031298294063f5aa9fa7f0a330.tar.gz u-boot-imx-9edd580e91d7eb031298294063f5aa9fa7f0a330.tar.bz2 |
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
Diffstat (limited to 'cpu/ppc4xx/44x_spd_ddr2.c')
-rw-r--r-- | cpu/ppc4xx/44x_spd_ddr2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/ppc4xx/44x_spd_ddr2.c b/cpu/ppc4xx/44x_spd_ddr2.c index 18b90ba..67ba5bd 100644 --- a/cpu/ppc4xx/44x_spd_ddr2.c +++ b/cpu/ppc4xx/44x_spd_ddr2.c @@ -621,7 +621,6 @@ static void get_spd_info(unsigned long *dimm_populated, } } -#ifdef CONFIG_ADD_RAM_INFO void board_add_ram_info(int use_default) { PPC440_SYS_INFO board_cfg; @@ -642,7 +641,6 @@ void board_add_ram_info(int use_default) val = (val & SDRAM_MMODE_DCL_MASK) >> 4; printf(", CL%d)", val); } -#endif /*------------------------------------------------------------------ * For the memory DIMMs installed, this routine verifies that they |