Re: [PATCH 2/4] mx7ulp_com: fix incorrect select for SPL options

2022-08-04 Thread Tom Rini
On Tue, Jul 12, 2022 at 05:44:20PM +0200, Quentin Schulz wrote: > From: Quentin Schulz > > SPL_GPIO_SUPPORT is named SPL_GPIO since commit 83061dbd1c89 ("Rename > GPIO_SUPPORT to GPIO"), SPL_MMC_SUPPORT is named SPL_MMC since commit > 103c5f180694 ("mmc: Rename MMC_SUPPORT to MMC"), SPL_SERIAL_S

[PATCH 2/4] mx7ulp_com: fix incorrect select for SPL options

2022-07-12 Thread Quentin Schulz
From: Quentin Schulz SPL_GPIO_SUPPORT is named SPL_GPIO since commit 83061dbd1c89 ("Rename GPIO_SUPPORT to GPIO"), SPL_MMC_SUPPORT is named SPL_MMC since commit 103c5f180694 ("mmc: Rename MMC_SUPPORT to MMC"), SPL_SERIAL_SUPPORT is named SPL_SERIAL since commit 2a7360666871 ("serial: Rename SERIA