diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-07 20:54:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-07 20:54:12 +0200 |
commit | 73e1140b4929c92f7715bbc64ee8553815bb43aa (patch) | |
tree | 337677f8f62440561b93dca1053f6105c2c880c2 /cpu/mpc86xx/cpu_init.c | |
parent | 98ab14e858bf60306d0aa3f0df5a7a5f88264aff (diff) | |
parent | afb0b1315c048ce2b1f35f0183b8b118ad0c14e1 (diff) | |
download | u-boot-imx-73e1140b4929c92f7715bbc64ee8553815bb43aa.zip u-boot-imx-73e1140b4929c92f7715bbc64ee8553815bb43aa.tar.gz u-boot-imx-73e1140b4929c92f7715bbc64ee8553815bb43aa.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'cpu/mpc86xx/cpu_init.c')
-rw-r--r-- | cpu/mpc86xx/cpu_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c index 49528aa..341e815 100644 --- a/cpu/mpc86xx/cpu_init.c +++ b/cpu/mpc86xx/cpu_init.c @@ -113,6 +113,9 @@ void cpu_init_f(void) memctl->or7 = CONFIG_SYS_OR7_PRELIM; memctl->br7 = CONFIG_SYS_BR7_PRELIM; #endif +#if defined(CONFIG_FSL_DMA) + dma_init(); +#endif /* enable the timebase bit in HID0 */ set_hid0(get_hid0() | 0x4000000); |