Skip to content

Commit

Permalink
Merge pull request #94 from vamrs-feng/main
Browse files Browse the repository at this point in the history
add rock 5d
  • Loading branch information
RadxaYuntian authored Apr 22, 2024
2 parents f7f49c8 + 2a3cfbc commit 48e0258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions linux/rk2312/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ BSP_DEFCONFIG="rockchip_linux_defconfig"
SUPPORTED_BOARDS=(
"rk2312"
#"rock-5b"
"rock-5d"
)
6 changes: 5 additions & 1 deletion u-boot/rknext/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BSP_REPLACES=("rk3588")
SUPPORTED_BOARDS=(
#"rock-pi-e"
"rock-2a"
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c"
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c" "rock-5d"
"radxa-nx5-io"
"radxa-cm5-io" "radxa-cm5-rpi-cm4-io"
"radxa-e25" "radxa-cm3i-io"
Expand Down Expand Up @@ -65,6 +65,10 @@ bsp_rock-5c() {
bsp_rk3588s
}

bsp_rock-5d() {
bsp_rk3588s
}

bsp_radxa-nx5-io() {
bsp_rk3588s
}
Expand Down

0 comments on commit 48e0258

Please sign in to comment.