Hi,
ST Restricted > -----Original Message----- > From: Patrick Delaunay <[email protected]> > Sent: mercredi 6 octobre 2021 17:19 > To: [email protected] > Cc: Patrick Delaunay <[email protected]>; Priyanka Jain > <[email protected]>; Simon Glass <[email protected]>; Stefan Roese > <[email protected]>; Vikas Manocha <[email protected]>; U-Boot STM32 > <[email protected]> > 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 <[email protected]> > --- > > 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

