From 499c80fcb0d09ea7769fa46284e3a2124f984bca Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 13 Jan 2015 15:34:50 +0100 Subject: [PATCH] zynq: Revert ancient hack about clearing pending IRQs This change was introduced by: "Xilinx: ARM: making u-boot match FSBL for zc770" (sha1: 1aaeba69a6c070119cae312539eebb60030f6a6e) Signed-off-by: Michal Simek --- board/xilinx/zynq/board.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 6d92f11bb5c..95e3ab19a6c 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c @@ -5,7 +5,6 @@ */ #include -#include #include #include #include @@ -66,12 +65,6 @@ int board_init(void) } #endif - /* - * temporary hack to clear pending irqs before Linux as it - * will hang Linux - */ - writel(0x26d, 0xe0001014); - #if (defined(CONFIG_FPGA) && !defined(CONFIG_SPL_BUILD)) || \ (defined(CONFIG_SPL_FPGA_SUPPORT) && defined(CONFIG_SPL_BUILD)) fpga_init(); -- 2.47.3