nds32: board: Fix andestech adp-ae3xx.c make fail problem.
authorrick <rick@andestech.com>
Mon, 28 Aug 2017 03:04:40 +0000 (11:04 +0800)
committerAndes <uboot@andestech.com>
Thu, 21 Sep 2017 02:30:21 +0000 (10:30 +0800)
Add #include <asm/mach-types.h> to fix it.

Signed-off-by: rick <rick@andestech.com>
board/AndesTech/adp-ae3xx/adp-ae3xx.c

index 98ed4d9..8cffb6b 100644 (file)
@@ -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>