From: Marek Behún Date: Mon, 7 Jun 2021 14:34:49 +0000 (+0200) Subject: arm: mvebu: configs: turris_mox: add fdtfile default env variable X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8805647ed0f8c50bc47de4da04e85a62deea20ff;p=u-boot.git arm: mvebu: configs: turris_mox: add fdtfile default env variable Add default fdtfile environment variable with value marvell/armada-3720-turris-mox.dtb. This can be useful for some boot scenarios. Signed-off-by: Marek Behún Reviewed-by: Pali Rohár Reviewed-by: Stefan Roese --- diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index b148b1621a..9c021a1ef9 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -89,6 +89,7 @@ "fdt_addr_r=0x4f00000\0" \ "kernel_addr_r=0x5000000\0" \ "ramdisk_addr_r=0x8000000\0" \ + "fdtfile=marvell/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "bootcmd_rescue=" TURRIS_MOX_BOOTCMD_RESCUE "\0" \ BOOTENV