From e91907a1464e5b79673c37f46dcb76d3c5b7c0c7 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 06:48:56 -0500 Subject: Convert CONFIG_ENV_OVERWRITE to Kconfig This converts the following to Kconfig: CONFIG_ENV_OVERWRITE Signed-off-by: Adam Ford [trini: Rerun migration, remove some comments] Signed-off-by: Tom Rini --- scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index a7b4fd9476..7f0ee86967 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -412,7 +412,6 @@ CONFIG_ENV_IS_IN_ CONFIG_ENV_MAX_ENTRIES CONFIG_ENV_MIN_ENTRIES CONFIG_ENV_OFFSET_OOB -CONFIG_ENV_OVERWRITE CONFIG_ENV_RANGE CONFIG_ENV_RDADDR CONFIG_ENV_REFLASH -- cgit