summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tqmls1046a/lowlevel.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-05-09 13:04:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-10 08:18:25 +0200
commit51d850a0a8e736d6883f981bbea108dd9e110b0a (patch)
tree5e95a90c68d0b6809a3c0bc3a0266844326f037f /arch/arm/boards/tqmls1046a/lowlevel.c
parent9d543d51e617603f6f22c1c9b0c463399bee5af9 (diff)
downloadbarebox-51d850a0a8e736d6883f981bbea108dd9e110b0a.tar.gz
barebox-51d850a0a8e736d6883f981bbea108dd9e110b0a.tar.xz
ARM: Layerscape: Add device tree compatible to image metadata
Enrich the image metadata with the device tree compatible string the image supports. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/tqmls1046a/lowlevel.c')
-rw-r--r--arch/arm/boards/tqmls1046a/lowlevel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boards/tqmls1046a/lowlevel.c b/arch/arm/boards/tqmls1046a/lowlevel.c
index 2d0223ce89..dc0e179694 100644
--- a/arch/arm/boards/tqmls1046a/lowlevel.c
+++ b/arch/arm/boards/tqmls1046a/lowlevel.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
#include <debug_ll.h>
+#include <image-metadata.h>
#include <platform_data/mmc-esdhc-imx.h>
#include <soc/fsl/fsl_ddr_sdram.h>
#include <soc/fsl/immap_lsch2.h>
@@ -253,6 +254,8 @@ static noinline __noreturn void tqmls1046a_r_entry(void)
udelay(500);
putc_ll('>');
+ IMD_USED_OF(fsl_tqmls1046a_mbls10xxa);
+
fsl_ddr_set_memctl_regs(&ddrc[0], 0);
ls1046a_errata_post_ddr();