summaryrefslogtreecommitdiff
path: root/arch/nds32/lib
diff options
context:
space:
mode:
authorrick <rick@andestech.com>2017-08-28 08:31:48 +0300
committerAndes <uboot@andestech.com>2017-09-21 05:30:22 +0300
commit19fc21fb4af34dea1150e1cfbd64f5ccfc88a2b5 (patch)
treed98c3763b6cefb3332ac502c4611de26d2f41e5f /arch/nds32/lib
parentd573b36402ba40fc0b0939037ec4c90337597740 (diff)
downloadu-boot-19fc21fb4af34dea1150e1cfbd64f5ccfc88a2b5.tar.xz
nds32: bootm: Fix warning of struct tag_serialnr declared
move #include <asm/setup.h> from bootm.c to bootm.h Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'arch/nds32/lib')
-rw-r--r--arch/nds32/lib/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/lib/bootm.c b/arch/nds32/lib/bootm.c
index e834329e0b..42b15dfcbf 100644
--- a/arch/nds32/lib/bootm.c
+++ b/arch/nds32/lib/bootm.c
@@ -12,7 +12,6 @@
#include <u-boot/zlib.h>
#include <asm/byteorder.h>
#include <asm/bootm.h>
-#include <asm/setup.h>
DECLARE_GLOBAL_DATA_PTR;