From 5d7dea14007bc41b8984a7881bf1686d7030f644 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 13 Jun 2022 22:57:33 -0400 Subject: 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 --- include/configs/smartweb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/smartweb.h') 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. */ -- cgit v1.1