projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9e3b3
)
Fix typo.
author
wdenk
<wdenk>
Thu, 12 Feb 2004 14:09:38 +0000
(14:09 +0000)
committer
wdenk
<wdenk>
Thu, 12 Feb 2004 14:09:38 +0000
(14:09 +0000)
Release version 1.0.2
CHANGELOG
patch
|
blob
|
history
cpu/mcf52x2/interrupts.c
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index da8c2a9f92110d3f0fe533cc33d5f032475c1ff0..ad36ab5ce32b619e22553b4b95b09350542c185f 100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-1,5
+1,5
@@
======================================================================
-Changes
since U-Boot 1.0.1
:
+Changes
for U-Boot 1.0.2
:
======================================================================
* Some code cleanup
diff --git
a/cpu/mcf52x2/interrupts.c
b/cpu/mcf52x2/interrupts.c
index fa181d9bcf09206528b1c2ff0cf6db7275f08597..1836f27167dfe9ad40c0a5b40900955c458340ad 100644
(file)
--- a/
cpu/mcf52x2/interrupts.c
+++ b/
cpu/mcf52x2/interrupts.c
@@
-46,7
+46,7
@@
struct interrupt_action {
interrupt_handler_t *handler;
void *arg;
-}
+}
;
static struct interrupt_action irq_vecs[NR_IRQS];