diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-15 12:56:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-15 12:56:52 +0100 |
commit | ddd4123336aad881f50dc34892ac150cfa8143fe (patch) | |
tree | 6c0b21eca82e9f849fe3c098971d703f60d38b19 /cpu/mpc5xxx/cpu_init.c | |
parent | 9c3b365a88045c530b6b8b0f2e39b0437dc39b18 (diff) | |
parent | a443d31410c571ee8f970da819a44d698fdd6b1f (diff) |
Merge with /home/hs/MAN/u-boot-dev
Diffstat (limited to 'cpu/mpc5xxx/cpu_init.c')
-rw-r--r-- | cpu/mpc5xxx/cpu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/cpu_init.c b/cpu/mpc5xxx/cpu_init.c index b7e00b3e244..7e658218525 100644 --- a/cpu/mpc5xxx/cpu_init.c +++ b/cpu/mpc5xxx/cpu_init.c @@ -123,7 +123,7 @@ void cpu_init_f (void) #endif #if defined(CFG_CS7_START) && defined(CFG_CS7_SIZE) - *(vu_long *)MPC5XXX_CS7_START = START_REG(CFG_CS5_START); + *(vu_long *)MPC5XXX_CS7_START = START_REG(CFG_CS7_START); *(vu_long *)MPC5XXX_CS7_STOP = STOP_REG(CFG_CS7_START, CFG_CS7_SIZE); addecr |= (1 << 27); #endif |