diff options
author | Simon Glass <sjg@chromium.org> | 2020-08-11 11:23:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 13:43:10 -0400 |
commit | 7e15638d609182b651480b1054b60bf40bd0c6fd (patch) | |
tree | 6e700986ec91c221412a61d7be341d88a9be9534 /scripts | |
parent | 35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f (diff) | |
download | u-boot-7e15638d609182b651480b1054b60bf40bd0c6fd.zip u-boot-7e15638d609182b651480b1054b60bf40bd0c6fd.tar.gz u-boot-7e15638d609182b651480b1054b60bf40bd0c6fd.tar.bz2 |
Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_DEVICE_NULLDEV
Signed-off-by: Simon Glass <sjg@chromium.org>
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 5c6790b..14d5e4c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2117,7 +2117,6 @@ CONFIG_SYS_DEBUG_SERVER_FW_IN_NOR CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS CONFIG_SYS_DEFAULT_VIDEO_MODE CONFIG_SYS_DEF_EEPROM_ADDR -CONFIG_SYS_DEVICE_NULLDEV CONFIG_SYS_DFU_DATA_BUF_SIZE CONFIG_SYS_DFU_MAX_FILE_SIZE CONFIG_SYS_DIAG_ADDR |