Skip to content

Commit

Permalink
cm3-cm4-io
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerr authored Jul 12, 2024
1 parent 382c90c commit fb8eae2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/u-boot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKG_NAME ?= u-boot
ifndef PKG_SOURCE_PROTO
PKG_SOURCE = $(PKG_VERSION).tar.gz
PKG_SOURCE_URL = \
https://github.com/Kwiboo/u-boot-rockchip/archive/refs/heads/
https://github.com/radxa/u-boot/archive/refs/heads/
endif

PKG_BUILD_DIR = $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
Expand Down
8 changes: 8 additions & 0 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ define U-Boot/radxa-zero-3-rk3566
radxa_zero-3e
endef

define U-Boot/radxa-cm3-rpi-cm4-io-rk3566
$(U-Boot/rk3566/Default)
NAME:=E23
BUILD_DEVICES:= \
radxa_cm3-rpi-cm4-io
endef

# RK3568 boards

define U-Boot/rk3568/Default
Expand Down Expand Up @@ -200,6 +207,7 @@ UBOOT_TARGETS := \
rock64-rk3328 \
rock-pi-e-rk3328 \
radxa-cm3-io-rk3566 \
radxa-cm3-rpi-cm4-io-rk3566 \
radxa-zero-3-rk3566 \
bpi-r2-pro-rk3568 \
nanopi-r5c-rk3568 \
Expand Down

0 comments on commit fb8eae2

Please sign in to comment.