mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-06 06:21:51 +00:00
x86: Remove unnecessary call to initr_enable_interrupts()
Actually initr_enable_interrupts() was never called in an x86 build due to it was wrapped by CONFIG_x86 (typo of X86). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1dae2e0eb6
commit
d51457583f
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ init_fnc_t init_sequence_r[] = {
|
||||||
initr_kgdb,
|
initr_kgdb,
|
||||||
#endif
|
#endif
|
||||||
interrupt_init,
|
interrupt_init,
|
||||||
#if defined(CONFIG_ARM) || defined(CONFIG_x86)
|
#if defined(CONFIG_ARM)
|
||||||
initr_enable_interrupts,
|
initr_enable_interrupts,
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_X86
|
#ifdef CONFIG_X86
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue