From 632fb978a513e22e4cbc8410156a185716216649 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 2 Apr 2020 00:28:54 +0100 Subject: arm: tegra: define fdtfile option for distro boot For booting via UEFI we need to define the fdtfile option so bootefi has the option to load a fdtfile from disk. For arm64 the kernel dtb is located in a vendor directory so we define that as nvidia for that architecture. Signed-off-by: Peter Robinson Signed-off-by: Tom Warren --- include/configs/tegra186-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/tegra186-common.h') diff --git a/include/configs/tegra186-common.h b/include/configs/tegra186-common.h index b4936cc..5c3ad35 100644 --- a/include/configs/tegra186-common.h +++ b/include/configs/tegra186-common.h @@ -49,6 +49,7 @@ "scriptaddr=0x90000000\0" \ "pxefile_addr_r=0x90100000\0" \ "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ + "fdtfile=" FDTFILE "\0" \ "fdt_addr_r=0x82000000\0" \ "ramdisk_addr_r=0x82100000\0" -- cgit v1.1