From 3ec46991d71aa4772aeeafbce116c56ad8670fba Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 22 May 2020 01:10:14 +0200 Subject: env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig Convert ENV_ACCESS_IGNORE_FORCE to Kconfig, no functional change. Signed-off-by: Marek Vasut Cc: Tom Rini --- README | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README') diff --git a/README b/README index be9e6391d6..17dc0ee33b 100644 --- a/README +++ b/README @@ -2729,10 +2729,6 @@ Configuration Settings: regular expression. This allows multiple variables to define the same flags without explicitly listing them for each variable. -- CONFIG_ENV_ACCESS_IGNORE_FORCE - If defined, don't allow the -f switch to env set override variable - access flags. - The following definitions that deal with the placement and management of environment data (variable area); in general, we support the following configurations: -- cgit