summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-imx8mq/lowlevel.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-02-14 11:59:43 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-19 08:30:32 +0100
commit5973ed7e2196aac7df53f81033cd46b51acba09c (patch)
treeeb7191a3cd8c6290a5efa1f764cac18dfd479f22 /arch/arm/boards/phytec-som-imx8mq/lowlevel.c
parent4fab261a3513b772c3dfcf09c3b6de3c7b64fc20 (diff)
downloadbarebox-5973ed7e2196aac7df53f81033cd46b51acba09c.tar.gz
barebox-5973ed7e2196aac7df53f81033cd46b51acba09c.tar.xz
ARM: i.MX8MQ boards: Add missing includes
The i.MX8MQ board files all use get_builtin_firmware(), thus need include/firmware.h. This is currently only indirectly included, include it directly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-som-imx8mq/lowlevel.c')
-rw-r--r--arch/arm/boards/phytec-som-imx8mq/lowlevel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-som-imx8mq/lowlevel.c b/arch/arm/boards/phytec-som-imx8mq/lowlevel.c
index 9a48c1dded..f460901a2c 100644
--- a/arch/arm/boards/phytec-som-imx8mq/lowlevel.c
+++ b/arch/arm/boards/phytec-som-imx8mq/lowlevel.c
@@ -4,6 +4,7 @@
*/
#include <common.h>
+#include <firmware.h>
#include <linux/sizes.h>
#include <mach/generic.h>
#include <asm/barebox-arm-head.h>