aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAlifer Moraes <alifer.wsdm@gmail.com>2020-01-16 12:43:07 -0300
committerStefano Babic <sbabic@denx.de>2020-01-20 15:38:16 +0100
commitc83c00ae675ca5815ca04d7cad411f4900efff5e (patch)
tree346be664ded4cae5ec86ac0fbb27b3215605b142 /board
parent09f0c5069066a8332e419c5f5052c2900819eb47 (diff)
downloadu-boot-c83c00ae675ca5815ca04d7cad411f4900efff5e.zip
u-boot-c83c00ae675ca5815ca04d7cad411f4900efff5e.tar.gz
u-boot-c83c00ae675ca5815ca04d7cad411f4900efff5e.tar.bz2
imx8qm_mek: Include fdt_support.h header
Include fdt_support.h header file to fix the following sparse warning: board/freescale/imx8qm_mek/imx8qm_mek.c:116:5: warning: no previous prototype for ‘ft_board_setup’ [-Wmissing-prototypes] Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/imx8qm_mek/imx8qm_mek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/imx8qm_mek/imx8qm_mek.c b/board/freescale/imx8qm_mek/imx8qm_mek.c
index 667a274..139f416 100644
--- a/board/freescale/imx8qm_mek/imx8qm_mek.c
+++ b/board/freescale/imx8qm_mek/imx8qm_mek.c
@@ -8,6 +8,7 @@
#include <errno.h>
#include <init.h>
#include <linux/libfdt.h>
+#include <fdt_support.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/clock.h>