Commit b2daeb8e0ff2d753b7d171052fa0bd26ea7e8eca

Authored by wdenk
1 parent bf9e3b38f7

Fix typo.

Release version 1.0.2

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

1 1 ======================================================================
2   -Changes since U-Boot 1.0.1:
  2 +Changes for U-Boot 1.0.2:
3 3 ======================================================================
4 4  
5 5 * Some code cleanup
cpu/mcf52x2/interrupts.c
... ... @@ -46,7 +46,7 @@
46 46 struct interrupt_action {
47 47 interrupt_handler_t *handler;
48 48 void *arg;
49   -}
  49 +};
50 50  
51 51 static struct interrupt_action irq_vecs[NR_IRQS];
52 52