diff options
Diffstat (limited to 'env')
-rw-r--r-- | env/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig index 090cc795f9..337787051d 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -535,6 +535,12 @@ config ENV_UBI_VID_OFFSET endif +config SYS_RELOC_GD_ENV_ADDR + bool "Relocate gd->en_addr" + help + Relocate the early env_addr pointer so we know it is not inside + the binary. Some systems need this and for the rest, it doesn't hurt. + config USE_DEFAULT_ENV_FILE bool "Create default environment from file" help |