From 2bacbb31a5f6fb33606c2c245090beaa674f5d15 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 16 Jul 2023 17:59:04 +0800 Subject: [PATCH] uboot-rockchip: fix Panther x2 uboot name --- package/boot/uboot-rockchip/Makefile | 2 +- target/linux/rockchip/image/armv8.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index ba287b18e..dff7a396a 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -185,7 +185,7 @@ define U-Boot/panther-x2-rk3566 BUILD_SUBTARGET:=armv8 NAME:=Panther X2 BUILD_DEVICES:= \ - panther-x2 + panther_x2 DEPENDS:=+PACKAGE_u-boot-panther-x2-rk3566:arm-trusted-firmware-rk3566 PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor ATF:=rk3568_bl31_v1.34.elf diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index 710507c41..58ea0a7b3 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -192,7 +192,7 @@ TARGET_DEVICES += lyt_t68m define Device/panther_x2 DEVICE_VENDOR := Panther - DEVICE_MODEL := Panther X2 + DEVICE_MODEL := X2 DEVICE_DTS := rockchip/rk3566-panther-x2 UBOOT_DEVICE_NAME := panther-x2-rk3566 IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r5s | pine64-img | gzip | append-metadata