diff options
Diffstat (limited to 'board/freescale/ls1021aiot')
-rw-r--r-- | board/freescale/ls1021aiot/dcu.c | 1 | ||||
-rw-r--r-- | board/freescale/ls1021aiot/ls1021aiot.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1021aiot/dcu.c b/board/freescale/ls1021aiot/dcu.c index 77732a6ab1..e4fbcbcaad 100644 --- a/board/freescale/ls1021aiot/dcu.c +++ b/board/freescale/ls1021aiot/dcu.c @@ -7,6 +7,7 @@ #include <common.h> #include <fsl_dcu_fb.h> +#include <asm/global_data.h> #include "div64.h" #include "../common/dcu_sii9022a.h" diff --git a/board/freescale/ls1021aiot/ls1021aiot.c b/board/freescale/ls1021aiot/ls1021aiot.c index 2e5cc59066..bfe6137604 100644 --- a/board/freescale/ls1021aiot/ls1021aiot.c +++ b/board/freescale/ls1021aiot/ls1021aiot.c @@ -12,6 +12,7 @@ #include <asm/arch/clock.h> #include <asm/arch/fsl_serdes.h> #include <asm/arch/ls102xa_stream_id.h> +#include <asm/global_data.h> #include <linux/delay.h> #include <asm/arch/ls102xa_devdis.h> |