aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-10-06 18:10:32 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-10-08 08:30:18 +0200
commit20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e (patch)
tree251a9834679aac0aa11ec3622bbeb4130b774005 /configs
parentc7f85e1f61dd4862787f08a4e5ec4e47a58b05e6 (diff)
downloadu-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.zip
u-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.tar.gz
u-boot-20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e.tar.bz2
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 'configs')
-rw-r--r--configs/stv0991_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig
index 7fe5f99..f516272 100644
--- a/configs/stv0991_defconfig
+++ b/configs/stv0991_defconfig
@@ -10,7 +10,6 @@ CONFIG_ENV_SIZE=0x10000
CONFIG_ENV_OFFSET=0x30000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_DEFAULT_DEVICE_TREE="stv0991"
-CONFIG_SYS_EXTRA_OPTIONS="STV0991"
CONFIG_BOOTDELAY=3
CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"