]> git.baikalelectronics.ru Git - uboot.git/commit
mx7ulp_com: fix incorrect select for SPL options
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Tue, 12 Jul 2022 15:44:20 +0000 (17:44 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 19:32:20 +0000 (15:32 -0400)
commit95670582d0fbcc212d724a11b7e348ba69e48f62
treefa74cb08579280f5af8ab94529cd9c0fb67a6afb
parentc59e8bd00d234b3c692d595dbfa58bf3bdd11ff3
mx7ulp_com: fix incorrect select for SPL options

SPL_GPIO_SUPPORT is named SPL_GPIO since commit 3a8e0b9ed6fa ("Rename
GPIO_SUPPORT to GPIO"), SPL_MMC_SUPPORT is named SPL_MMC since commit
5027a563ca4a ("mmc: Rename MMC_SUPPORT to MMC"), SPL_SERIAL_SUPPORT is
named SPL_SERIAL since commit f1715bf43fb8 ("serial: Rename
SERIAL_SUPPORT to SERIAL") so let's select the correct Kconfig options.

Fixes: 120134bb45bf ("mx7ulp_com: add support for SPL")
Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
arch/arm/mach-imx/mx7ulp/Kconfig