summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-25 14:14:36 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 10:55:11 +0300
commitc0c33d9b9b8f73c4f07d33242b80233eac146cd8 (patch)
treeef0e47ca73be89aa688d1dde524d07b8844029be /board
parente0418347f9aa0f5099dfc1dac8eafceb98e38ccf (diff)
downloadu-boot-c0c33d9b9b8f73c4f07d33242b80233eac146cd8.tar.xz
microblaze: Remove additional headers
There were several changes in past in this file without removing headers (watchdog cleanup, soft reset, etc). That's why remove additional useless headers. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board')
-rw-r--r--board/xilinx/microblaze-generic/microblaze-generic.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-generic/microblaze-generic.c
index 30be0150f3..7e784d1078 100644
--- a/board/xilinx/microblaze-generic/microblaze-generic.c
+++ b/board/xilinx/microblaze-generic/microblaze-generic.c
@@ -12,15 +12,8 @@
#include <common.h>
#include <config.h>
-#include <dm.h>
#include <dm/lists.h>
#include <fdtdec.h>
-#include <asm/processor.h>
-#include <asm/microblaze_intc.h>
-#include <asm/asm.h>
-#include <asm/gpio.h>
-#include <dm/uclass.h>
-#include <wdt.h>
#include <linux/sizes.h>
DECLARE_GLOBAL_DATA_PTR;