summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-02 10:21:15 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-09 23:39:55 +0000
commit5ba85f0254a11f4f54a83192d7292423413f7d07 (patch)
tree39e9d7d374500856f3a0da9977918286194ec67b
parent4b56437e94368bfe5f770f7170d9ca94ddabe6f4 (diff)
downloadmeta-freescale-5ba85f0254a11f4f54a83192d7292423413f7d07.tar.gz
imx8dxl-lpddr4-evk: Add uboot config lcd
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b281aff059a90d1d99a9cda3c99250e4d89403d9)
-rw-r--r--conf/machine/imx8dxl-lpddr4-evk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx8dxl-lpddr4-evk.conf b/conf/machine/imx8dxl-lpddr4-evk.conf
index e824d1a4..11a5dc85 100644
--- a/conf/machine/imx8dxl-lpddr4-evk.conf
+++ b/conf/machine/imx8dxl-lpddr4-evk.conf
@@ -15,3 +15,5 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
15 freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb \ 15 freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb \
16" 16"
17UBOOT_CONFIG_BASENAME = "imx8dxl_evk" 17UBOOT_CONFIG_BASENAME = "imx8dxl_evk"
18
19UBOOT_CONFIG[lcd] = "${UBOOT_CONFIG_BASENAME}_lcd_defconfig"