diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-18 17:00:09 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-18 17:00:09 +0200 |
commit | 43f6226db002af1d1ff1adf35b422dcce9f76f76 (patch) | |
tree | c2badee8575584bba24e33f62325e95d812dbc79 /cpu/74xx_7xx/cpu_init.c | |
parent | b99c1e6d8eec327c4b4dd99bf4c0d1a1eba2ce0a (diff) | |
parent | efa013df333fb680eedfcad22283083614dad418 (diff) |
Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx
Diffstat (limited to 'cpu/74xx_7xx/cpu_init.c')
-rw-r--r-- | cpu/74xx_7xx/cpu_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/74xx_7xx/cpu_init.c b/cpu/74xx_7xx/cpu_init.c index e02a4cc21cb..1dd1b2cd842 100644 --- a/cpu/74xx_7xx/cpu_init.c +++ b/cpu/74xx_7xx/cpu_init.c @@ -43,6 +43,7 @@ cpu_init_f (void) case CPU_7450: case CPU_7455: case CPU_7457: + case CPU_7447A: case CPU_7448: /* enable the timebase bit in HID0 */ set_hid0(get_hid0() | 0x4000000); |