]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Remove unnecessary call to initr_enable_interrupts()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 20 Nov 2014 08:11:27 +0000 (16:11 +0800)
committerSimon Glass <sjg@chromium.org>
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 <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
common/board_r.c