From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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