]> git.dujemihanovic.xyz Git - u-boot.git/commit
Finish converting CONFIG_BOOTM_NETBSD et al to Kconfig
authorTom Rini <trini@konsulko.com>
Tue, 22 Mar 2022 01:33:29 +0000 (21:33 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 14:28:45 +0000 (10:28 -0400)
commit439cc7fb05080f11eda2008f03b52bb6401ec45b
treef0a01f07d083aec4588b5d7791f5723c2d3940a1
parent694943cf2ad53df22d48d0e30e56560cb1e6d211
Finish converting CONFIG_BOOTM_NETBSD et al to Kconfig

This converts the following to Kconfig:
   CONFIG_BOOTM_NETBSD
   CONFIG_BOOTM_RTEMS
   CONFIG_DESIGNWARE_WATCHDOG
   CONFIG_DISPLAY_CPUINFO
   CONFIG_DM_ETH
   CONFIG_DM_MMC
   CONFIG_DM_REGULATOR
   CONFIG_DM_SPI
   CONFIG_DM_SPI_FLASH
   CONFIG_ISO_PARTITION
   CONFIG_OF_SEPARATE
   CONFIG_SPI_FLASH_WINBOND
   CONFIG_SPL_ETH
   CONFIG_TIMER
   CONFIG_USB_DWC3
   CONFIG_USB_DWC3_GADGET
   CONFIG_USB_DWC3_OMAP
   CONFIG_USB_DWC3_PHY_OMAP
   CONFIG_USB_EHCI_TEGRA
   CONFIG_USB_GADGET_DOWNLOAD
   CONFIG_USB_GADGET_DUALSPEED
   CONFIG_USB_GADGET_MANUFACTURER
   CONFIG_USB_GADGET_PRODUCT_NUM
   CONFIG_USB_GADGET_VBUS_DRAW
   CONFIG_USB_GADGET_VENDOR_NUM

This catches a number of cases where board config files were #undef
various CONFIG options when building SPL, and that doesn't work.  Clean
up the related comments as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
28 files changed:
configs/s5p4418_nanopi2_defconfig
include/config_uncmd_spl.h
include/configs/adp-ae3xx.h
include/configs/adp-ag101p.h
include/configs/am335x_evm.h
include/configs/am335x_shc.h
include/configs/am43xx_evm.h
include/configs/chiliboard.h
include/configs/display5.h
include/configs/imx8mm_icore_mx8mm.h
include/configs/imx8mm_venice.h
include/configs/imx8mn_venice.h
include/configs/imx8mp_evk.h
include/configs/imx8mq_evk.h
include/configs/imx8mq_phanbell.h
include/configs/ls1088a_common.h
include/configs/novena.h
include/configs/opos6uldev.h
include/configs/pico-imx8mq.h
include/configs/rcar-gen2-common.h
include/configs/s5p4418_nanopi2.h
include/configs/socfpga_soc64_common.h
include/configs/tegra-common-post.h
include/configs/ti816x_evm.h
include/configs/ti_omap5_common.h
include/configs/topic_miami.h
include/configs/verdin-imx8mm.h
include/configs/verdin-imx8mp.h