mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 19:12:18 +02:00
Fix typo.
Release version 1.0.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
======================================================================
|
======================================================================
|
||||||
Changes since U-Boot 1.0.1:
|
Changes for U-Boot 1.0.2:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
* Some code cleanup
|
* Some code cleanup
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
struct interrupt_action {
|
struct interrupt_action {
|
||||||
interrupt_handler_t *handler;
|
interrupt_handler_t *handler;
|
||||||
void *arg;
|
void *arg;
|
||||||
}
|
};
|
||||||
|
|
||||||
static struct interrupt_action irq_vecs[NR_IRQS];
|
static struct interrupt_action irq_vecs[NR_IRQS];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user