diff options
author | Stefan Roese <sr@denx.de> | 2008-04-29 14:44:54 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-04-29 14:44:54 +0200 |
commit | cab99d6f3281ab6784feccf98b9b425daa58418a (patch) | |
tree | 614bb781bb93f7d1a803df8dc2eea5e3663a89e1 /cpu/ppc4xx | |
parent | 4ec9d78fe5cd585d2868731fa108ca1e62730e70 (diff) | |
download | u-boot-imx-cab99d6f3281ab6784feccf98b9b425daa58418a.zip u-boot-imx-cab99d6f3281ab6784feccf98b9b425daa58418a.tar.gz u-boot-imx-cab99d6f3281ab6784feccf98b9b425daa58418a.tar.bz2 |
ppc4xx: Fix compilation warning in denali_spd_ddr2.c
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/denali_spd_ddr2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/ppc4xx/denali_spd_ddr2.c b/cpu/ppc4xx/denali_spd_ddr2.c index acf0f49..ad805b9 100644 --- a/cpu/ppc4xx/denali_spd_ddr2.c +++ b/cpu/ppc4xx/denali_spd_ddr2.c @@ -45,6 +45,7 @@ #include <asm/io.h> #include <asm/processor.h> #include <asm/mmu.h> +#include <asm/cache.h> #if defined(CONFIG_SPD_EEPROM) && \ (defined(CONFIG_440EPX) || defined(CONFIG_440GRX)) |