projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e884656
)
nds32: board: Fix andestech adp-ae3xx.c make fail problem.
author
rick
<rick@andestech.com>
Mon, 28 Aug 2017 03:04:40 +0000
(11:04 +0800)
committer
Andes
<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
patch
|
blob
|
history
diff --git
a/board/AndesTech/adp-ae3xx/adp-ae3xx.c
b/board/AndesTech/adp-ae3xx/adp-ae3xx.c
index 98ed4d9589a3ce76a3743cdc132f0ef7f3a594c8..8cffb6ba8bc45e453dcdef66c98224b855753401 100644
(file)
--- 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>