From 7ffba5befc07a0260fcf21bdec64d43bf7b43867 Mon Sep 17 00:00:00 2001 From: fish Date: Wed, 13 Nov 2024 21:55:28 +0800 Subject: [PATCH] change uboot h69k --- package/boot/uboot-rockchip/Makefile | 4 ++-- .../boot/uboot-rockchip/patches/900-arm-add-dts-files.patch | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index a5cb756..3fe0498 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -213,7 +213,7 @@ define U-Boot/sige3-rk3568 endef define U-Boot/opc-h69k-rk3568 - $(U-Boot/Default/rk3568) + $(U-Boot/rk3568/Default) NAME:=OPC-H69K BUILD_DEVICES:= \ hinlink_opc-h69k @@ -244,7 +244,7 @@ UBOOT_TARGETS := \ photonicat-rk3568 \ roc-pc-rk3568 \ sige3-rk3568 \ - opc-h69k-rk3568 + opc-h69k-rk3568 UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes diff --git a/package/boot/uboot-rockchip/patches/900-arm-add-dts-files.patch b/package/boot/uboot-rockchip/patches/900-arm-add-dts-files.patch index e5e92d6..fc580ac 100644 --- a/package/boot/uboot-rockchip/patches/900-arm-add-dts-files.patch +++ b/package/boot/uboot-rockchip/patches/900-arm-add-dts-files.patch @@ -28,7 +28,7 @@ rk3399-orangepi.dtb \ rk3399-pinebook-pro.dtb \ rk3399-pinephone-pro.dtb \ -@@ -168,7 +174,16 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \ +@@ -168,7 +174,17 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \ dtb-$(CONFIG_ROCKCHIP_RK3568) += \ rk3566-anbernic-rgxx3.dtb \ rk3566-radxa-cm3-io.dtb \ @@ -42,6 +42,7 @@ + rk3568-nanopi-r5s.dtb \ + rk3568-photonicat.dtb \ + rk3568-roc-pc.dtb \ ++ rk3568-opc-h69k.dtb \ rk3568-rock-3a.dtb dtb-$(CONFIG_ROCKCHIP_RK3588) += \