mirror of
https://xff.cz/git/u-boot/
synced 2025-09-24 03:52:08 +02:00
SPL_GPIO_SUPPORT is named SPL_GPIO since commit83061dbd1c
("Rename GPIO_SUPPORT to GPIO"), SPL_MMC_SUPPORT is named SPL_MMC since commit103c5f1806
("mmc: Rename MMC_SUPPORT to MMC"), SPL_SERIAL_SUPPORT is named SPL_SERIAL since commit2a73606668
("serial: Rename SERIAL_SUPPORT to SERIAL") so let's select the correct Kconfig options. Fixes:8b71576f38
("mx7ulp_com: add support for SPL") Cc: Quentin Schulz <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>