]> git.baikalelectronics.ru Git - uboot.git/commit
scripts: remove some configs in config_whitelist.txt
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Mon, 4 Oct 2021 09:59:50 +0000 (11:59 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Oct 2021 11:55:17 +0000 (07:55 -0400)
commita9ea9cd8ba53a20477902b672ec54725c6e0aa4a
tree96afec5efc7cc8832de5dccbbbc8e208d17040dc
parent72aaf48a18311a35fbd8b3ece4952d42558ff0c9
scripts: remove some configs in config_whitelist.txt

Remove some config finishing by _ badly added by
scripts/build-whitelist.sh when joker is used in comments.

for example:
  doc/uImage.FIT/command_syntax_extensions.txt:
     ... #ifdef CONFIG_OF_*  | ...

  cmd/nvedit.c:# error Define one of CONFIG_ENV_IS_IN_{EEPROM| \
     FLASH|MMC|FAT|EXT4|\

Remove also configs only used in comments:
- CONFIG_BOOGER in include/linux/kconfig.h
- CONFIG_COMMANDS
- CONFIG_INIT_IGNORE_ERROR
- CONFIG_REG_*
- CONFIG_HOTPLUG : drivers/watchdog/omap_wdt.c:18

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h
include/configs/M5235EVB.h
include/configs/dra7xx_evm.h
scripts/config_whitelist.txt