diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2018-01-22 17:17:10 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-30 12:52:57 -0500 |
commit | 405fc8305baef921593b822809fb7bf60474b73f (patch) | |
tree | c9ac71913be9076fc226ee51603b819e04ee9176 /scripts/config_whitelist.txt | |
parent | f1554b28d31250df5418254e79e0bf75ff3b2e54 (diff) |
Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOT_GET_CMDLINE
CONFIG_SYS_BOOT_GET_KBD
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'scripts/config_whitelist.txt')
-rw-r--r-- | scripts/config_whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index efcb251e44..9ad3907c53 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2250,8 +2250,6 @@ CONFIG_SYS_BOOTM_LEN CONFIG_SYS_BOOTPARAMS_LEN CONFIG_SYS_BOOTSZ CONFIG_SYS_BOOT_BLOCK -CONFIG_SYS_BOOT_GET_CMDLINE -CONFIG_SYS_BOOT_GET_KBD CONFIG_SYS_BOOT_RAMDISK_HIGH CONFIG_SYS_BR0_64M CONFIG_SYS_BR0_8M |