mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-13 16:12:09 -05:00
uboot-rockchip: add support for LinkEase EasePi R1
generic-rk3568 is enough Signed-off-by: Liangbin Lian <jjm2473@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20147 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
887cab883b
commit
ef093299db
@ -226,6 +226,13 @@ define U-Boot/fastrhino-r66s-rk3568
|
|||||||
lunzn_fastrhino-r66s
|
lunzn_fastrhino-r66s
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define U-Boot/generic-rk3568
|
||||||
|
$(U-Boot/rk3568/Default)
|
||||||
|
NAME:=Generic RK3566/RK3568 board
|
||||||
|
BUILD_DEVICES:= \
|
||||||
|
linkease_easepi-r1
|
||||||
|
endef
|
||||||
|
|
||||||
define U-Boot/nanopi-r5c-rk3568
|
define U-Boot/nanopi-r5c-rk3568
|
||||||
$(U-Boot/rk3568/Default)
|
$(U-Boot/rk3568/Default)
|
||||||
NAME:=NanoPi R5C
|
NAME:=NanoPi R5C
|
||||||
@ -394,6 +401,7 @@ UBOOT_TARGETS := \
|
|||||||
rock-3c-rk3566 \
|
rock-3c-rk3566 \
|
||||||
bpi-r2-pro-rk3568 \
|
bpi-r2-pro-rk3568 \
|
||||||
fastrhino-r66s-rk3568 \
|
fastrhino-r66s-rk3568 \
|
||||||
|
generic-rk3568 \
|
||||||
nanopi-r5c-rk3568 \
|
nanopi-r5c-rk3568 \
|
||||||
nanopi-r5s-rk3568 \
|
nanopi-r5s-rk3568 \
|
||||||
radxa-e25-rk3568 \
|
radxa-e25-rk3568 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user