]> Git Repo - J-u-boot.git/commit
x86: Remove unnecessary call to initr_enable_interrupts()
authorBin Meng <[email protected]>
Thu, 20 Nov 2014 08:11:27 +0000 (16:11 +0800)
committerSimon Glass <[email protected]>
Tue, 25 Nov 2014 13:34:02 +0000 (06:34 -0700)
commitd51457583f48c68e8b8ed69ed4cb4de11eac383a
tree62b30ce1639dc0e9d374be71e47ba06a3afed2fe
parent1dae2e0eb660553fd18870b53e4c43bd56414e3b
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
common/board_r.c
This page took 0.028066 seconds and 4 git commands to generate.