diff options
author | Stefan Roese <sr@denx.de> | 2007-01-16 15:49:14 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-16 15:49:14 +0100 |
commit | a195ff95ace5e74e50f54a469d1a160ff84a1089 (patch) | |
tree | 562292b70faf3cc1298ef87a862658122c752804 /cpu/mpc5xxx/cpu_init.c | |
parent | c2a6e9091fae9e8339c70f4b12cd3f7d5502ae0c (diff) | |
parent | 1bbbbdd20fcec9933697000dcf55ff7972622596 (diff) |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
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 |