diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-11-22 11:26:26 +0100 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-11-26 13:57:31 +0800 |
commit | c95cafd0b1ca984e0dbd8e1335c947d715ce0fb2 (patch) | |
tree | 692ca27c689ad3e7958e5369924c76e9981b74db /scripts | |
parent | 2a23ac610709bc18b2becebb45abc7596b4d1e9c (diff) | |
download | u-boot-c95cafd0b1ca984e0dbd8e1335c947d715ce0fb2.tar.gz |
Drop CONFIG_INIT_CRITICAL
This is now deprecated and no board is using it. Drop it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index abfb0ff89f..7dd9d60541 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -961,7 +961,6 @@ CONFIG_IMX_OTP CONFIG_IMX_VIDEO_SKIP CONFIG_INETSPACE_V2 CONFIG_INITRD_TAG -CONFIG_INIT_CRITICAL CONFIG_INIT_IGNORE_ERROR CONFIG_INI_ALLOW_MULTILINE CONFIG_INI_CASE_INSENSITIVE |