summaryrefslogtreecommitdiff
path: root/board/sunxi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 08:23:00 -0600
committerTom Rini <trini@konsulko.com>2017-06-05 11:02:37 -0400
commit5d9828563f80a1319e793166974dd6003dc1d941 (patch)
tree37206c501f1bdd34d92aaabe66702b12ee3f8c99 /board/sunxi
parentc45300b0385e8c5f6be789421bd45de66fcfe1ed (diff)
arm: Include asm/setup.h explictly
Include this header where needed so we do not need to rely on common.h. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c
index f79bd5c62c..800f412b38 100644
--- a/board/sunxi/board.c
+++ b/board/sunxi/board.c
@@ -33,6 +33,7 @@
#include <nand.h>
#include <net.h>
#include <sy8106a.h>
+#include <asm/setup.h>
#if defined CONFIG_VIDEO_LCD_PANEL_I2C && !(defined CONFIG_SPL_BUILD)
/* So that we can use pin names in Kconfig and sunxi_name_to_gpio() */