From f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 04 Dec 2023 07:10:27 +0000 Subject: [PATCH] add gpio --- u-boot/common/spl/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/u-boot/common/spl/Makefile b/u-boot/common/spl/Makefile index 3bab93f..cf9d874 100644 --- a/u-boot/common/spl/Makefile +++ b/u-boot/common/spl/Makefile @@ -24,7 +24,7 @@ ifdef CONFIG_SPL_BUILD obj-$(CONFIG_$(SPL_TPL_)BOOTROM_SUPPORT) += spl_bootrom.o -ifdef CONFIG_SPL_KERNEL_BOOT +ifdef CONFIG_SPL_KERNEL_BOOT_PREBUILT ifdef CONFIG_ARM64 obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit_tb_arm64.o else @@ -57,4 +57,5 @@ obj-$(CONFIG_$(SPL_TPL_)SPI_LOAD) += spl_spi.o obj-$(CONFIG_$(SPL_TPL_)RAM_SUPPORT) += spl_ram.o obj-$(CONFIG_$(SPL_TPL_)USB_SDP_SUPPORT) += spl_sdp.o +obj-$(CONFIG_$(SPL_TPL_)BOOT_IMAGE) += spl_boot_image.o endif -- Gitblit v1.6.2