From ec1561661b802c296b27f802f7e9143af5ac2e4a Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 10 Sep 2020 10:55:41 +0200 Subject: [PATCH] Make sure U-Boot built idbloader.img gets copied (#854) The U-Boot build system creates a ready to use idbloader.img. A earlier commit dropped the HAOS code to create the same. However, the commit missed copying the one built by U-Boot. Make sure idbloader.img gets copied to the image output directory. --- buildroot-external/configs/tinker_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/configs/tinker_defconfig b/buildroot-external/configs/tinker_defconfig index 9f4c747d8..375eacb3c 100644 --- a/buildroot-external/configs/tinker_defconfig +++ b/buildroot-external/configs/tinker_defconfig @@ -95,7 +95,7 @@ BR2_TARGET_UBOOT_FORMAT_DTB_BIN=y BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_SPL=y -BR2_TARGET_UBOOT_SPL_NAME="spl/u-boot-spl.bin tpl/u-boot-tpl.bin" +BR2_TARGET_UBOOT_SPL_NAME="idbloader.img" BR2_TARGET_UBOOT_BOOT_SCRIPT=y BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="$(BR2_EXTERNAL_HASSOS_PATH)/board/asus/tinker/uboot-boot.ush" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y