commit | a8856e3f102bd394596784e347257f7a02296c76 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Feb 20 10:57:08 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Tue Feb 20 10:57:08 2007 +0100 |
tree | c7b1c441280494f2529745d79980174ba2d945df | |
parent | 096cc9b9b68c12ac2cfaf92106920cd6e7bc2542 [diff] [blame] |
[PATCH] Add support for the AMCC Katmai (440SPe) eval board Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index ae24591..82ae443 100644 --- a/cpu/ppc4xx/cpu_init.c +++ b/cpu/ppc4xx/cpu_init.c
@@ -314,7 +314,7 @@ #endif #if defined (CFG_EBC_CFG) - mtebc(epcr, CFG_EBC_CFG); + mtebc(EBC0_CFG, CFG_EBC_CFG); #endif #if defined(CONFIG_WATCHDOG)