diff options
author | Stefan Roese <sr@denx.de> | 2007-03-21 14:38:25 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-21 14:38:25 +0100 |
commit | fc1e45ce6e45d5d88a42f4245b2d7ee134270029 (patch) | |
tree | 830b3d19394f8af0d796a0d60dc07a03b6012f85 /cpu/ppc4xx/cpu_init.c | |
parent | 8423e5e31a7235d05a482627315fb11d49c17bd7 (diff) | |
parent | 16c0cc1c82081a493ab87c51980b28336ce1bce8 (diff) | |
download | u-boot-imx-fc1e45ce6e45d5d88a42f4245b2d7ee134270029.zip u-boot-imx-fc1e45ce6e45d5d88a42f4245b2d7ee134270029.tar.gz u-boot-imx-fc1e45ce6e45d5d88a42f4245b2d7ee134270029.tar.bz2 |
Merge with /home/stefan/git/u-boot/acadia
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
-rw-r--r-- | cpu/ppc4xx/cpu_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 82ae443..9d1cd13 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c @@ -256,7 +256,8 @@ cpu_init_f (void) */ #if (defined(CFG_EBC_PB0AP) && defined(CFG_EBC_PB0CR)) #if (defined(CONFIG_405GP) || defined(CONFIG_405CR) || \ - defined(CONFIG_405EP) || defined(CONFIG_405)) + defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \ + defined(CONFIG_405)) /* * Move the next instructions into icache, since these modify the flash * we are running from! |