aboutsummaryrefslogtreecommitdiff
path: root/include/configs/smartweb.h
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 /include/configs/smartweb.h
parent5c3f6a320678d64c9fa0c42755488822a033b567 (diff)
downloadu-boot-5d7dea14007bc41b8984a7881bf1686d7030f644.zip
u-boot-5d7dea14007bc41b8984a7881bf1686d7030f644.tar.gz
u-boot-5d7dea14007bc41b8984a7881bf1686d7030f644.tar.bz2
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 'include/configs/smartweb.h')
-rw-r--r--include/configs/smartweb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 458d22d..da6fb18 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -88,11 +88,6 @@
/* General Boot Parameter */
/*
- * The NAND Flash partitions:
- */
-#define CONFIG_ENV_RANGE (SZ_512K)
-
-/*
* Predefined environment variables.
* Usefull to define some easy to use boot commands.
*/