Re: [U-Boot] [PATCH 4/4] x86: Remove unnecessary call to initr_enable_interrupts()

2014-11-24 Thread Simon Glass
On 20 November 2014 at 01:11, Bin Meng bmeng...@gmail.com wrote:
 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...@gmail.com
 ---
  common/board_r.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass s...@chromium.org

Tested on chromebook_link:
Tested-by: Simon Glass s...@chromium.org
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 4/4] x86: Remove unnecessary call to initr_enable_interrupts()

2014-11-24 Thread Simon Glass
On 24 November 2014 at 20:06, Simon Glass s...@chromium.org wrote:
 On 20 November 2014 at 01:11, Bin Meng bmeng...@gmail.com wrote:
 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...@gmail.com
 ---
  common/board_r.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 Acked-by: Simon Glass s...@chromium.org

 Tested on chromebook_link:
 Tested-by: Simon Glass s...@chromium.org

Applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 4/4] x86: Remove unnecessary call to initr_enable_interrupts()

2014-11-20 Thread Bin Meng
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...@gmail.com
---
 common/board_r.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/board_r.c b/common/board_r.c
index b5ea030..128fcce 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -841,7 +841,7 @@ init_fnc_t init_sequence_r[] = {
board_early_init_r,
 #endif
interrupt_init,
-#if defined(CONFIG_ARM) || defined(CONFIG_x86)
+#if defined(CONFIG_ARM)
initr_enable_interrupts,
 #endif
 #ifdef CONFIG_X86
-- 
1.8.2.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot