summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PA_NAND_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-13 22:57:33 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:11:48 -0400
commit5d7dea14007bc41b8984a7881bf1686d7030f644 (patch)
treed76198cbf506256b278cd77778b6353cb8019387 /configs/P1010RDB-PA_NAND_defconfig
parent5c3f6a320678d64c9fa0c42755488822a033b567 (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/P1010RDB-PA_NAND_defconfig')
-rw-r--r--configs/P1010RDB-PA_NAND_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1010RDB-PA_NAND_defconfig b/configs/P1010RDB-PA_NAND_defconfig
index 16e9165686..eaa9efc161 100644
--- a/configs/P1010RDB-PA_NAND_defconfig
+++ b/configs/P1010RDB-PA_NAND_defconfig
@@ -67,6 +67,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=ff800000.flash:2m(uboot-env),1m(dtb),5m(kernel
CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_NAND=y
+CONFIG_ENV_RANGE=0xc000
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_USE_BOOTFILE=y
CONFIG_BOOTFILE="uImage"