From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:06 +0000 Subject: [PATCH] rk3568 rt uboot init --- 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