mirror of
https://xff.cz/git/u-boot/
synced 2025-10-21 18:13:39 +02:00
arm: unify interrupt init
all arm init the IRQ stack the same way so unify it in lib_arm/interrupts.c and then call arch specific interrupt init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
10a451cd57
commit
c358d9c3f1
@@ -58,6 +58,7 @@ void setup_revision_tag (struct tag **params);
|
||||
int setenv (char *, char *);
|
||||
|
||||
/* cpu/.../interrupt.c */
|
||||
int arch_interrupt_init (void);
|
||||
void reset_timer_masked (void);
|
||||
ulong get_timer_masked (void);
|
||||
void udelay_masked (unsigned long usec);
|
||||
|
Reference in New Issue
Block a user