summaryrefslogtreecommitdiff
path: root/arch/nds32
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:57 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:36 (GMT)
commit3a53e99c7de155d8c5e057d9fda1939b60e18a2f (patch)
tree745412c21100d52e8823a80388a28bcb46d7a69c /arch/nds32
parent3ff240c92f516841d8aff3b7d9268763711f2afd (diff)
downloadu-boot-fsl-qoriq-3a53e99c7de155d8c5e057d9fda1939b60e18a2f.tar.xz
nds32: Remove include files from common.h
With a few tweaks we can avoid including these files, which are only needed by two C files. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/lib/bootm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/lib/bootm.c b/arch/nds32/lib/bootm.c
index 4c95a41..21aadf2 100644
--- a/arch/nds32/lib/bootm.c
+++ b/arch/nds32/lib/bootm.c
@@ -12,6 +12,7 @@
#include <u-boot/zlib.h>
#include <asm/byteorder.h>
#include <asm/bootm.h>
+#include <asm/setup.h>
DECLARE_GLOBAL_DATA_PTR;