diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-09 17:38:59 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-09 17:38:59 +0200 |
| commit | 38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d (patch) | |
| tree | df795a78bfb6b851feb172f0e0f26d9ada260b91 /cpu/ppc4xx/spd_sdram.c | |
| parent | c19c3134799585c9feaad63a420fe6e704f2f2a4 (diff) | |
| parent | 846b0dd2dca945c8bede8a34e2fa86e876715a06 (diff) | |
| download | olio-uboot-2014.01-38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d.tar.xz olio-uboot-2014.01-38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d.zip | |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'cpu/ppc4xx/spd_sdram.c')
| -rw-r--r-- | cpu/ppc4xx/spd_sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/spd_sdram.c b/cpu/ppc4xx/spd_sdram.c index e2eab629f..a8cfcd4e7 100644 --- a/cpu/ppc4xx/spd_sdram.c +++ b/cpu/ppc4xx/spd_sdram.c @@ -734,7 +734,7 @@ long int spd_sdram(void) { */ check_volt_type(dimm_populated, iic0_dimm_addr, num_dimm_banks); -#if defined(CONFIG_440_GX) +#if defined(CONFIG_440GX) /* * Soft-reset SDRAM controller. */ |