diff options
author | Peter Robinson | 2020-04-02 00:28:54 +0100 |
---|---|---|
committer | Tom Warren | 2020-12-04 13:30:16 -0700 |
commit | 632fb978a513e22e4cbc8410156a185716216649 (patch) | |
tree | bec79a585726caacedef3a2c246c6d50657077d8 /include/configs/tegra30-common.h | |
parent | 1b56cd868e3c691625aa9bce2f475fcd4cf0405a (diff) |
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 <pbrobinson@gmail.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra30-common.h')
-rw-r--r-- | include/configs/tegra30-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra30-common.h b/include/configs/tegra30-common.h index 54bc6756abe..6c5dc24b266 100644 --- a/include/configs/tegra30-common.h +++ b/include/configs/tegra30-common.h @@ -47,6 +47,7 @@ "scriptaddr=0x90000000\0" \ "pxefile_addr_r=0x90100000\0" \ "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ + "fdtfile=" FDTFILE "\0" \ "fdt_addr_r=0x83000000\0" \ "ramdisk_addr_r=0x83100000\0" |