diff options
author | Stefan Roese <sr@denx.de> | 2007-12-28 15:53:46 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-28 16:39:11 +0100 |
commit | bec9264616fb78273a1d93e87ff4b0b67c7bec1b (patch) | |
tree | 3426389889e754442828e8a86cafe6505ccec129 /cpu/ppc4xx/cpu_init.c | |
parent | fb83a65c60ab5ca12358b75f1257e5eee6cdbf79 (diff) | |
download | u-boot-imx-bec9264616fb78273a1d93e87ff4b0b67c7bec1b.zip u-boot-imx-bec9264616fb78273a1d93e87ff4b0b67c7bec1b.tar.gz u-boot-imx-bec9264616fb78273a1d93e87ff4b0b67c7bec1b.tar.bz2 |
ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
-rw-r--r-- | cpu/ppc4xx/cpu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 01ab523..9c6f79e 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c @@ -136,7 +136,7 @@ cpu_init_f (void) out32(GPIO0_TCR, CFG_GPIO0_TCR); /* enable output driver for outputs */ #endif -#if defined (CONFIG_450EP) +#if defined (CONFIG_405EP) /* * Set EMAC noise filter bits */ |