mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
e884656c2c
commit
d573b36402
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <asm/mach-types.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
|
#if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
|
||||||
#include <netdev.h>
|
#include <netdev.h>
|
||||||
|
|
Loading…
Reference in a new issue