[openwrt/openwrt] uboot-rockchip: add support for PINE64 ROCK64
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 27 10:20:44 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0405e11a7125cce2454f36035a9a772e25fc5258
commit 0405e11a7125cce2454f36035a9a772e25fc5258
Author: Antonio Flores <antflores627 at gmail.com>
AuthorDate: Sat Jul 8 13:26:31 2023 -0400
uboot-rockchip: add support for PINE64 ROCK64
Add uboot support for PINE64 ROCK64, rockchip rk3328 board.
Signed-off-by: Antonio Flores <antflores627 at gmail.com>
---
package/boot/uboot-rockchip/Makefile | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 2d44c218f2..f424abbd44 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -66,6 +66,13 @@ define U-Boot/roc-cc-rk3328
firefly_roc-rk3328-cc
endef
+define U-Boot/rock64-rk3328
+ $(U-Boot/rk3328/Default)
+ NAME:=Rock64
+ BUILD_DEVICES:= \
+ pine64_rock64
+endef
+
# RK3399 boards
define U-Boot/rk3399/Default
@@ -111,7 +118,8 @@ UBOOT_TARGETS := \
nanopi-r2s-rk3328 \
orangepi-r1-plus-rk3328 \
orangepi-r1-plus-lts-rk3328 \
- roc-cc-rk3328
+ roc-cc-rk3328 \
+ rock64-rk3328
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
More information about the lede-commits
mailing list