diff options
author | Heiko Schocher <hs@pollux.denx.de> | 2006-12-21 16:14:48 +0100 |
---|---|---|
committer | Heiko Schocher <hs@pollux.denx.de> | 2006-12-21 16:14:48 +0100 |
commit | 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c (patch) | |
tree | 42470be9b406c4ae697554f0bbca3424a7cec588 /cpu/mpc5xxx/cpu_init.c | |
parent | cdb97a6678826f85e7c69eae6a1c113d034c9b10 (diff) | |
download | u-boot-imx-6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c.zip u-boot-imx-6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c.tar.gz u-boot-imx-6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c.tar.bz2 |
[PATCH] Add support for the UC101 board from MAN.
Signed-off-by: Heiko Schocher <hs@denx.de>
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 b7e00b3..7e65821 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 |