Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/boards/radxa-e52c.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rockchip RK3582 SoC octa core 4-16GB SoC eMMC USB3

Check warning on line 1 in config/boards/radxa-e52c.conf

View workflow job for this annotation

GitHub Actions / Validate changed board configs

KERNEL_TEST_TARGET: recommended, comma-separated list of branches to test (e.g. current,edge)
BOARD_NAME="Radxa E52C"
BOARD_VENDOR="radxa"
BOARDFAMILY="rockchip-rk3588"
Expand Down Expand Up @@ -62,8 +62,8 @@
display_alert "$BOARD" "u-boot ${BOOTBRANCH_BOARD} overrides" "info"
declare -g BOOTCONFIG="radxa-e52c-rk3582_defconfig"
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git"
declare -g BOOTBRANCH="tag:v2026.01"
declare -g BOOTPATCHDIR="v2026.01"
declare -g BOOTBRANCH="tag:v2026.07"
declare -g BOOTPATCHDIR="v2026.07"
declare -g BOOTDIR="u-boot-${BOARD}"
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin"
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
index 111111111111..222222222222 100644
--- a/doc/board/rockchip/rockchip.rst
+++ b/doc/board/rockchip/rockchip.rst
@@ -160,6 +160,7 @@ List of mainline supported Rockchip boards:
@@ -164,6 +164,7 @@ List of mainline supported Rockchip boards:
- Khadas Edge2 (khadas-edge2-rk3588s)
- MNT Reform2 (mnt-reform2-rk3588)
- Pine64 QuartzPro64 (quartzpro64-rk3588)
Expand Down
Loading
Loading