diff options
author | wdenk <wdenk> | 2004-03-23 21:43:07 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-23 21:43:07 +0000 |
commit | 109c0e3ad32428dd65ed89f882faf59e30132494 (patch) | |
tree | b169a55128956348db08e24312c5db7cd23a1c9e /cpu/arm926ejs | |
parent | efa329cb892c8b9a5e453638b3ca57c94b71e9a2 (diff) | |
download | u-boot-imx-109c0e3ad32428dd65ed89f882faf59e30132494.zip u-boot-imx-109c0e3ad32428dd65ed89f882faf59e30132494.tar.gz u-boot-imx-109c0e3ad32428dd65ed89f882faf59e30132494.tar.bz2 |
* Patch by Phillippe Robin, 16 Mar 2004:
avoid dereferencing NULL pointer in lib_arm/armlinux.c
* Patch by Stephen Williams, 15 Mar 2004:
Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation
* Patch by Tolunay Orkun, 15 Mar 2004:
Initialize bi_opbfreq to real OPB frequency via get_OPB_freq()
* Patch by Travis Sawyer, 15 Mar 2004:
Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
Diffstat (limited to 'cpu/arm926ejs')
-rw-r--r-- | cpu/arm926ejs/interrupts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/interrupts.c b/cpu/arm926ejs/interrupts.c index 3770660..4fdac9f 100644 --- a/cpu/arm926ejs/interrupts.c +++ b/cpu/arm926ejs/interrupts.c @@ -211,7 +211,6 @@ int interrupt_init (void) *(volatile ulong *)(CFG_TIMERBASE + 0) = CFG_TIMER_RELOAD; /* TimerLoad */ *(volatile ulong *)(CFG_TIMERBASE + 4) = CFG_TIMER_RELOAD; /* TimerValue */ *(volatile ulong *)(CFG_TIMERBASE + 8) = 0x8C; - /* *(volatile ulong *)(CFG_TIMERBASE + 8) = CFG_TIMER_CTRL | 0x40; Periodic */ #endif /* CONFIG_VERSATILE */ /* init the timestamp and lastdec value */ |