projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb83a65
)
ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
author
Stefan Roese
<sr@denx.de>
Fri, 28 Dec 2007 14:53:46 +0000
(15:53 +0100)
committer
Stefan Roese
<sr@denx.de>
Fri, 28 Dec 2007 15:39:11 +0000
(16:39 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
cpu/ppc4xx/cpu_init.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/cpu_init.c
b/cpu/ppc4xx/cpu_init.c
index 01ab523c51207522e87e256cfec732febb3eb2ab..9c6f79ea99a2c3f4dea2a94bbb605ae9c2803fef 100644
(file)
--- 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_4
50
EP)
+#if defined (CONFIG_4
05
EP)
/*
* Set EMAC noise filter bits
*/