Skip to content

Commit

Permalink
feat: add rock-5t
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs committed Oct 11, 2024
1 parent 9095687 commit fbac62f
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 @@ -7,6 +7,7 @@ SUPPORTED_BOARDS=(
"rock-5b" "rock-5b-plus"
"rock-5c"
"rock-5d"
"rock-5t"
"rock-5-itx"
"radxa-e52c"
"radxa-nx5-io"
Expand Down
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-2"
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c" "rock-5d"
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c" "rock-5d" "rock-5t"
"rock-5a-spi" "rock-5c-spi" "rock-5d-spi"
"radxa-e52c"
"radxa-nx5-io"
Expand Down Expand Up @@ -84,6 +84,10 @@ bsp_rock-5d-spi() {
bsp_rk3588s
}

bsp_rock-5t() {
bsp_rk3588
}

bsp_radxa-e52c() {
bsp_rk3588s
}
Expand Down

0 comments on commit fbac62f

Please sign in to comment.