diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-04-02 00:28:55 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2020-12-04 13:30:42 -0700 |
commit | fe669925cb4276b881a0b444e660378293585093 (patch) | |
tree | e224fe2b4d5c232d385f009849455a41aa1ac6f6 /include/config_distro_bootcmd.h | |
parent | 632fb978a513e22e4cbc8410156a185716216649 (diff) | |
download | u-boot-fe669925cb4276b881a0b444e660378293585093.tar.gz |
arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186
Upstream linux DT naming doesn't align with the U-Boot DT, which may
not always be the case so this allows using BOOTENV_EFI_SET_FDTFILE_FALLBACK
where it might be appropriate for some boards.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/config_distro_bootcmd.h')
-rw-r--r-- | include/config_distro_bootcmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index ff29ef5a90..82a3a365c5 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -118,8 +118,10 @@ "setenv efi_fdtfile ${soc}-${board}${boardver}.dtb; " \ "fi; " #else +#ifndef BOOTENV_EFI_SET_FDTFILE_FALLBACK #define BOOTENV_EFI_SET_FDTFILE_FALLBACK #endif +#endif #define BOOTENV_SHARED_EFI \ |