
Hi,
ST Restricted
-----Original Message----- From: Patrick Delaunay patrick.delaunay@foss.st.com Sent: mercredi 6 octobre 2021 17:19 To: u-boot@lists.denx.de Cc: Patrick Delaunay patrick.delaunay@foss.st.com; Priyanka Jain priyanka.jain@nxp.com; Simon Glass sjg@chromium.org; Stefan Roese sr@denx.de; Vikas Manocha vikas.manocha@st.com; U-Boot STM32 uboot-stm32@st-md-mailman.stormreply.com Subject: [PATCH] stv0991: remove specific CONFIG_STV0991 configs
Remove the following STV0991 specific configs:
- CONFIG_STV0991 (never used)
- 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
arch/arm/cpu/armv7/stv0991/timer.c | 6 +++--- arch/arm/include/asm/arch-stv0991/stv0991_gpt.h | 4 ++-- scripts/config_whitelist.txt | 3 --- 3 files changed, 5 insertions(+), 8 deletions(-)
Even if I don't update patchset version to V2 this patch is replaced by next one http://patchwork.ozlabs.org/project/uboot/list/?series=265724&state=*
It is a push error, sorry.
I need to add a modification to avoid the remaining error
+Error: You must add new CONFIG options using Kconfig +The following new ad-hoc CONFIG options were detected: +CONFIG_STV0991
CONFIG_STV0991 was never used in code but define in autoconfig by CONFIG_SYS_EXTRA_OPTIONS="STV0991"
Patrick