[U-Boot] [PATCH] nds32: board: Fix andestech adp-ae3xx.c make fail problem.
Andes
uboot at andestech.com
Tue Sep 12 02:49:06 UTC 2017
From: rick <rick at andestech.com>
Add #include <asm/mach-types.h> to fix it.
Signed-off-by: rick <rick at andestech.com>
---
board/AndesTech/adp-ae3xx/adp-ae3xx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/AndesTech/adp-ae3xx/adp-ae3xx.c b/board/AndesTech/adp-ae3xx/adp-ae3xx.c
index 98ed4d9..8cffb6b 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>
--
1.7.9.5
More information about the U-Boot
mailing list