diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-09-25 13:14:36 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-08 09:55:11 +0200 |
commit | c0c33d9b9b8f73c4f07d33242b80233eac146cd8 (patch) | |
tree | ef0e47ca73be89aa688d1dde524d07b8844029be /board | |
parent | e0418347f9aa0f5099dfc1dac8eafceb98e38ccf (diff) | |
download | u-boot-c0c33d9b9b8f73c4f07d33242b80233eac146cd8.tar.gz u-boot-c0c33d9b9b8f73c4f07d33242b80233eac146cd8.tar.xz u-boot-c0c33d9b9b8f73c4f07d33242b80233eac146cd8.zip |
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.c | 7 |
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; |