aboutsummaryrefslogtreecommitdiff
path: root/include/configs/chiliboard.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-21 21:33:29 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:45 -0400
commit439cc7fb05080f11eda2008f03b52bb6401ec45b (patch)
treef0a01f07d083aec4588b5d7791f5723c2d3940a1 /include/configs/chiliboard.h
parent694943cf2ad53df22d48d0e30e56560cb1e6d211 (diff)
downloadu-boot-439cc7fb05080f11eda2008f03b52bb6401ec45b.zip
u-boot-439cc7fb05080f11eda2008f03b52bb6401ec45b.tar.gz
u-boot-439cc7fb05080f11eda2008f03b52bb6401ec45b.tar.bz2
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>
Diffstat (limited to 'include/configs/chiliboard.h')
-rw-r--r--include/configs/chiliboard.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/chiliboard.h b/include/configs/chiliboard.h
index aa2a07e..ad1cd86 100644
--- a/include/configs/chiliboard.h
+++ b/include/configs/chiliboard.h
@@ -125,16 +125,6 @@
#define CONFIG_SYS_NAND_ECCSIZE 512
#define CONFIG_SYS_NAND_ECCBYTES 14
-/* NAND: SPL related configs */
-
-/*
- * Disable MMC DM for SPL build and can be re-enabled after adding
- * DM support in SPL
- */
-#ifdef CONFIG_SPL_BUILD
-#undef CONFIG_DM_MMC
-#undef CONFIG_TIMER
-#endif
#if defined(CONFIG_ENV_IS_IN_NAND)
#define CONFIG_SYS_ENV_SECT_SIZE CONFIG_SYS_NAND_BLOCK_SIZE