immortalwrt/package/boot/uboot-rockchip/patches/108-hack-fix-build-rk356x-idbloader.patch
Tianling Shen a82b84e63b
uboot-rockchip: Update to 2023.01
Removed upstream patch:
- 010-arm-dts-rockchip-rk356x-sync-with-Linux-6.0.patch

Refreshed all patches and defconfigs.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-01-14 20:29:02 +08:00

26 lines
508 B
Diff

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