summaryrefslogtreecommitdiff
path: root/board/AndesTech
diff options
context:
space:
mode:
authorrick <rick@andestech.com>2017-08-28 11:04:40 +0800
committerAndes <uboot@andestech.com>2017-09-21 10:30:21 +0800
commitd573b36402ba40fc0b0939037ec4c90337597740 (patch)
tree4457ccf75bce88fb8bc307461079c605fd046027 /board/AndesTech
parente884656c2c0b2406b9bf99ea76f5a8c75128a331 (diff)
nds32: board: Fix andestech adp-ae3xx.c make fail problem.
Add #include <asm/mach-types.h> to fix it. Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'board/AndesTech')
-rw-r--r--board/AndesTech/adp-ae3xx/adp-ae3xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AndesTech/adp-ae3xx/adp-ae3xx.c b/board/AndesTech/adp-ae3xx/adp-ae3xx.c
index 98ed4d9589..8cffb6ba8b 100644
--- a/board/AndesTech/adp-ae3xx/adp-ae3xx.c
+++ b/board/AndesTech/adp-ae3xx/adp-ae3xx.c
@@ -6,6 +6,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#include <asm/mach-types.h>
#include <common.h>
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
#include <netdev.h>