[openwrt/openwrt] uboot-rockchip: add Bananapi-R2 Pro support

LEDE Commits lede-commits at lists.infradead.org
Sat May 4 15:47:12 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4a6e3e1bc85111b787472148322c51329256be1e

commit 4a6e3e1bc85111b787472148322c51329256be1e
Author: Antonio Flores <antflores627 at gmail.com>
AuthorDate: Thu Apr 11 11:10:40 2024 -0400

    uboot-rockchip: add Bananapi-R2 Pro support
    
    add uboot support for Bananapi-R2 Pro
    
    Signed-off-by: Antonio Flores <antflores627 at gmail.com>
---
 package/boot/uboot-rockchip/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 863d0157f4..844f59e9f6 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -151,6 +151,13 @@ define U-Boot/rk3568/Default
   TPL:=rk3568_ddr_1560MHz_v1.21.bin
 endef
 
+define U-Boot/bpi-r2-pro-rk3568
+  $(U-Boot/rk3568/Default)
+  NAME:=Bananapi-R2 Pro
+  BUILD_DEVICES:= \
+    sinovoip_bpi-r2-pro
+endef
+
 define U-Boot/nanopi-r5c-rk3568
   $(U-Boot/rk3568/Default)
   NAME:=NanoPi R5C
@@ -186,6 +193,7 @@ UBOOT_TARGETS := \
   rock64-rk3328 \
   rock-pi-e-rk3328 \
   radxa-cm3-io-rk3566 \
+  bpi-r2-pro-rk3568 \
   nanopi-r5c-rk3568 \
   nanopi-r5s-rk3568 \
   radxa-e25-rk3568




More information about the lede-commits mailing list