mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
uboot-rockchip: fix Panther x2 uboot name
This commit is contained in:
parent
e7d391d0ba
commit
2bacbb31a5
@ -185,7 +185,7 @@ define U-Boot/panther-x2-rk3566
|
|||||||
BUILD_SUBTARGET:=armv8
|
BUILD_SUBTARGET:=armv8
|
||||||
NAME:=Panther X2
|
NAME:=Panther X2
|
||||||
BUILD_DEVICES:= \
|
BUILD_DEVICES:= \
|
||||||
panther-x2
|
panther_x2
|
||||||
DEPENDS:=+PACKAGE_u-boot-panther-x2-rk3566:arm-trusted-firmware-rk3566
|
DEPENDS:=+PACKAGE_u-boot-panther-x2-rk3566:arm-trusted-firmware-rk3566
|
||||||
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
PKG_BUILD_DEPENDS:=arm-trusted-firmware-rockchip-vendor
|
||||||
ATF:=rk3568_bl31_v1.34.elf
|
ATF:=rk3568_bl31_v1.34.elf
|
||||||
|
@ -192,7 +192,7 @@ TARGET_DEVICES += lyt_t68m
|
|||||||
|
|
||||||
define Device/panther_x2
|
define Device/panther_x2
|
||||||
DEVICE_VENDOR := Panther
|
DEVICE_VENDOR := Panther
|
||||||
DEVICE_MODEL := Panther X2
|
DEVICE_MODEL := X2
|
||||||
DEVICE_DTS := rockchip/rk3566-panther-x2
|
DEVICE_DTS := rockchip/rk3566-panther-x2
|
||||||
UBOOT_DEVICE_NAME := panther-x2-rk3566
|
UBOOT_DEVICE_NAME := panther-x2-rk3566
|
||||||
IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r5s | pine64-img | gzip | append-metadata
|
IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r5s | pine64-img | gzip | append-metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user