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 98ed4d9589a3ce76a3743cdc132f0ef7f3a594c8..8cffb6ba8bc45e453dcdef66c98224b855753401 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>