summaryrefslogtreecommitdiff
path: root/include/env_default.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-06 11:00:07 -0400
committerTom Rini <trini@konsulko.com>2021-05-06 11:00:07 -0400
commit1b8ad819cead7020d35f6251ef0cf3f393c61e51 (patch)
tree6331512066c3a921df043a1b6ba8b7c679a98230 /include/env_default.h
parent8ddaf943589756442bba21e5be645cd47526d82b (diff)
parentf0b21ebd417cfe75f266b4dc16318bb3581783b9 (diff)
Merge branch '2021-05-06-misc-updates'
- Allow for boards to update bootargs before booting the OS (helpful in some forms of secure boot). - Enhance GPT write support. - gpio-sysinfo updates - Allow env to be appended from dtb
Diffstat (limited to 'include/env_default.h')
-rw-r--r--include/env_default.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/env_default.h b/include/env_default.h
index ea31a8eddfa..1ddd64ba8ff 100644
--- a/include/env_default.h
+++ b/include/env_default.h
@@ -103,6 +103,9 @@ const uchar default_environment[] = {
#ifdef CONFIG_SYS_SOC
"soc=" CONFIG_SYS_SOC "\0"
#endif
+#ifdef CONFIG_ENV_IMPORT_FDT
+ "env_fdt_path=" CONFIG_ENV_FDT_PATH "\0"
+#endif
#endif
#if defined(CONFIG_BOOTCOUNT_BOOTLIMIT) && (CONFIG_BOOTCOUNT_BOOTLIMIT > 0)
"bootlimit=" __stringify(CONFIG_BOOTCOUNT_BOOTLIMIT)"\0"