]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Revert ancient hack about clearing pending IRQs
authorMichal Simek <michal.simek@xilinx.com>
Tue, 13 Jan 2015 14:34:50 +0000 (15:34 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Jan 2015 08:44:14 +0000 (09:44 +0100)
This change was introduced by:
"Xilinx: ARM: making u-boot match FSBL for zc770"
(sha1: 1aaeba69a6c070119cae312539eebb60030f6a6e)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/zynq/board.c

index 6d92f11bb5c5f0972e2ea9eab31133b84c764e71..95e3ab19a6ca1429588b0e4fc55fcf543c3f49ce 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <common.h>
-#include <asm/io.h>
 #include <fdtdec.h>
 #include <fpga.h>
 #include <mmc.h>
@@ -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();