X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=3b406c2820049ad9f2f64ca9e844b6aacd57b8be;hb=437a7293a7168b6a2d356fe5d1955091afa2074f;hp=a96dd428cbbe5644514469d2fa9dd76812ff4ec6;hpb=3238639d40732fe78fd62ae5e080465552e882fc;p=platform%2Fkernel%2Fu-boot.git diff --git a/README b/README index a96dd42..3b406c2 100644 --- a/README +++ b/README @@ -977,8 +977,6 @@ The following options need to be configured: CONFIG_AUTOBOOT_PROMPT CONFIG_AUTOBOOT_DELAY_STR CONFIG_AUTOBOOT_STOP_STR - CONFIG_AUTOBOOT_DELAY_STR2 - CONFIG_AUTOBOOT_STOP_STR2 CONFIG_ZERO_BOOTDELAY_CHECK CONFIG_RESET_TO_RETRY @@ -4142,6 +4140,10 @@ Configuration Settings: list, simply add an entry for the same variable name to the ".flags" variable. + If CONFIG_REGEX is defined, the variable_name above is evaluated as a + 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. @@ -5540,6 +5542,10 @@ override any association in the static list. You can define CONFIG_ENV_CALLBACK_LIST_DEFAULT to a list (string) to define the ".callbacks" environment variable in the default or embedded environment. +If CONFIG_REGEX is defined, the variable_name above is evaluated as a +regular expression. This allows multiple variables to be connected to +the same callback without explicitly listing them all out. + Command Line Parsing: =====================