Skip to content

Commit

Permalink
switch to e23
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerr committed Jul 13, 2024
1 parent 43e1a99 commit 45b0ab5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(INCLUDE_DIR)/kernel.mk

PKG_VERSION:=2024.04
PKG_RELEASE:=1
PKG_HASH:=d8622a3ff0e5b1a33045cce36e3b0556c26a022035fb02a95fabbb0b671e11de
PKG_HASH:=a6f407409af530b75a2b0afecfb145a26a463ac2084af462f60f82cf466541ac

PKG_MAINTAINER:=Tobias Maedel <[email protected]>

Expand Down Expand Up @@ -142,11 +142,11 @@ define U-Boot/radxa-cm3-io-rk3566
radxa_cm3-io
endef

define U-Boot/radxa-cm3-rpi-cm4-io-rk3566
define U-Boot/radxa-e23-rk3566
$(U-Boot/rk3566/Default)
NAME:=CM3 RPI CM4 IO
NAME:=E23
BUILD_DEVICES:= \
radxa_cm3-rpi-cm4-io
radxa_e23
endef

# RK3568 boards
Expand Down Expand Up @@ -200,7 +200,7 @@ UBOOT_TARGETS := \
rock64-rk3328 \
rock-pi-e-rk3328 \
radxa-cm3-io-rk3566 \
radxa-cm3-rpi-cm4-io-rk3566 \
radxa-e23-rk3566 \
bpi-r2-pro-rk3568 \
nanopi-r5c-rk3568 \
nanopi-r5s-rk3568 \
Expand Down
8 changes: 4 additions & 4 deletions target/linux/rockchip/image/armv8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ define Device/radxa_cm3-io
endef
TARGET_DEVICES += radxa_cm3-io

define Device/radxa_cm3-rpi-cm4-io
define Device/radxa_e23
DEVICE_VENDOR := Radxa
DEVICE_MODEL := CM3 RPI CM4 IO
DEVICE_MODEL := E23
SOC := rk3566
DEVICE_DTS := rockchip/rk3566-radxa-cm3-rpi-cm4-io
UBOOT_DEVICE_NAME := radxa-cm3-rpi-cm4-io-rk3566
UBOOT_DEVICE_NAME := radxa-e23-rk3566
endef
TARGET_DEVICES += radxa_cm3-rpi-cm4-io
TARGET_DEVICES += radxa_e23

define Device/radxa_e25
DEVICE_VENDOR := Radxa
Expand Down

0 comments on commit 45b0ab5

Please sign in to comment.