[PATCH v1 19/24] arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA
Tom Rini
trini at konsulko.com
Wed Feb 22 16:05:34 CET 2023
On Tue, Feb 21, 2023 at 05:38:16PM -0800, Troy Kisky wrote:
> This avoid an error with enable_sata_clock when
> defined(CONFIG_SATA) is changed to CONFIG_IS_ENABLED(SATA).
>
> Signed-off-by: Troy Kisky <troykiskyboundary at gmail.com>
> ---
>
> arch/arm/mach-imx/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
> index 4dfc60eedc4..50f26975eac 100644
> --- a/arch/arm/mach-imx/Makefile
> +++ b/arch/arm/mach-imx/Makefile
> @@ -54,7 +54,7 @@ obj-$(CONFIG_IMX_RDC) += rdc-sema.o
> ifneq ($(CONFIG_SPL_BUILD),y)
> obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o
> endif
> -obj-$(CONFIG_SATA) += sata.o
> +obj-$(CONFIG_$(SPL_)SATA) += sata.o
> obj-$(CONFIG_IMX_HAB) += hab.o
> obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o
> endif
In that Simon thinks the $(SPL_) syntax here is ugly, lets just move
this line in to the existing guard for non-SPL builds, with
imx_bootaux.o.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230222/d173ef70/attachment.sig>
More information about the U-Boot
mailing list