summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra186-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/tegra186-common.h')
-rw-r--r--include/configs/tegra186-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/tegra186-common.h b/include/configs/tegra186-common.h
index b4936cc731..d5f21e0907 100644
--- a/include/configs/tegra186-common.h
+++ b/include/configs/tegra186-common.h
@@ -20,6 +20,12 @@
/* Generic Interrupt Controller */
#define CONFIG_GICV2
+#undef FDTFILE
+#define BOOTENV_EFI_SET_FDTFILE_FALLBACK \
+ "if test -z \"${fdtfile}\" -a -n \"${soc}\"; then " \
+ "setenv efi_fdtfile ${vendor}/${soc}-${board}${boardver}.dtb; " \
+ "fi; "
+
/*
* Memory layout for where various images get loaded by boot scripts:
*