diff options
author | Tom Rini | 2022-06-13 22:57:33 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-28 17:11:48 -0400 |
commit | 5d7dea14007bc41b8984a7881bf1686d7030f644 (patch) | |
tree | d76198cbf506256b278cd77778b6353cb8019387 /configs/thuban_defconfig | |
parent | 5c3f6a320678d64c9fa0c42755488822a033b567 (diff) |
Convert CONFIG_ENV_RANGE to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_RANGE
Now that this is in Kconfig we can enforce a minimum size and so remove
the check in C code to ensure range is larger than size.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/thuban_defconfig')
-rw-r--r-- | configs/thuban_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/thuban_defconfig b/configs/thuban_defconfig index 0a6b0e88b3f..6115e9e3edc 100644 --- a/configs/thuban_defconfig +++ b/configs/thuban_defconfig @@ -79,6 +79,7 @@ CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_NAND=y +CONFIG_ENV_RANGE=0x80000 CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RETRY_COUNT=10 |