summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2019-02-21 11:25:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-25 09:42:09 +0100
commite4123c6e4cc5b885ffe9409543de9308cc30ef4d (patch)
tree6d8faf6a26ce4f07abdf799550edbce285d78a96 /arch
parentc1c818735caa8222d88aa9286a219d6055c1699d (diff)
downloadbarebox-e4123c6e4cc5b885ffe9409543de9308cc30ef4d.tar.gz
barebox-e4123c6e4cc5b885ffe9409543de9308cc30ef4d.tar.xz
ARM: phytec-som-imx6: make use of new imd oftree helper
With this patch the two last lines are added to the output of the following command: $ ./scripts/bareboximd images/barebox-phytec-phycore-imx6dl-som-emmc-1gib.img build: #15 Thu Feb 21 11:20:23 CET 2019 release: 2019.02.0-00235-gb03cf6f145ae-dirty parameter: memsize=1024 of_compatible: phytec,imx6dl-pcm058-emmc fsl,imx6dl model: Phytec phyCORE-i.MX6 DualLite/SOLO with eMMC Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/phytec-som-imx6/lowlevel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-som-imx6/lowlevel.c b/arch/arm/boards/phytec-som-imx6/lowlevel.c
index 9d81c278ca..915534ea94 100644
--- a/arch/arm/boards/phytec-som-imx6/lowlevel.c
+++ b/arch/arm/boards/phytec-som-imx6/lowlevel.c
@@ -84,6 +84,7 @@ static void __noreturn start_imx6_phytec_common(uint32_t size,
extern char __dtb_##fdt_name##_start[]; \
\
IMD_USED(physom_mx6_memsize_##memory_size); \
+ IMD_USED_OF(fdt_name); \
\
start_imx6_phytec_common(memory_size, do_early_uart_config, \
__dtb_##fdt_name##_start); \