summaryrefslogtreecommitdiff
path: root/configs/apalis_imx6_defconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-04-13 12:33:35 +0300
committerStefano Babic <sbabic@denx.de>2022-04-21 13:44:23 +0300
commit3f7d518accc6f44fccba18f9d091c8f51cf5b6b7 (patch)
treea0a6f110d085530dd416f06c523ebd82c3215640 /configs/apalis_imx6_defconfig
parent405c97fd1dc838e98c8a5595c0a1b79aade8b440 (diff)
downloadu-boot-3f7d518accc6f44fccba18f9d091c8f51cf5b6b7.tar.xz
configs: tdx: apalis/colibri_imx6: use preboot as well
Use PREBOOT as well. This allows a customer to just set fdt_board as on any other module to customize the device tree for his carrier board. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/apalis_imx6_defconfig')
-rw-r--r--configs/apalis_imx6_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
index 00c9a24a5d..ea4ad276e7 100644
--- a/configs/apalis_imx6_defconfig
+++ b/configs/apalis_imx6_defconfig
@@ -29,6 +29,8 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_BOOTDELAY=1
CONFIG_BOOTCOMMAND="run distro_bootcmd; usb start; setenv stdout serial,vidconsole; setenv stdin serial,usbkbd"
+CONFIG_USE_PREBOOT=y
+CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile imx6q-apalis-${fdt_board}.dtb"
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y