immortalwrt/package/boot/uboot-rockchip/patches/108-hack-fix-build-rk356x-idbloader.patch

12 lines
348 B
Diff
Raw Normal View History

--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -20,7 +20,7 @@
mkimage {
filename = "idbloader.img";
args = "-n", CONFIG_SYS_SOC, "-T", "rksd";
-#ifdef CONFIG_TPL
+#if defined(CONFIG_TPL) || defined(CONFIG_ROCKCHIP_RK3566) || defined(CONFIG_ROCKCHIP_RK3568)
multiple-data-files;
u-boot-tpl {