diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-10-06 18:10:32 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-10-08 08:30:18 +0200 |
commit | 20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e (patch) | |
tree | 251a9834679aac0aa11ec3622bbeb4130b774005 /scripts | |
parent | c7f85e1f61dd4862787f08a4e5ec4e47a58b05e6 (diff) | |
download | u-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.tar.gz u-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.tar.bz2 u-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.zip |
stv0991: remove specific CONFIG_STV0991 configs
Remove the following STV0991 specific configs:
- CONFIG_STV0991 (never used, only defined in CONFIG_SYS_EXTRA_OPTIONS)
- CONFIG_STV0991_HZ (replaced by generic CONFIG_SYS_HZ)
- CONFIG_STV0991_HZ_CLOCK (replaced by generic CONFIG_SYS_HZ_CLOCK)
This patch allows to reduce the file config_whitelist.txt.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index ce02cb33ef..a0eb1aaf2a 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1423,9 +1423,6 @@ CONFIG_STACKBASE CONFIG_STANDALONE_LOAD_ADDR CONFIG_STATIC_BOARD_REV CONFIG_STD_DEVICES_SETTINGS -CONFIG_STV0991 -CONFIG_STV0991_HZ -CONFIG_STV0991_HZ_CLOCK CONFIG_SXNI855T CONFIG_SYSFS CONFIG_SYSMGR_ISWGRP_HANDOFF |