Skip to content

Commit

Permalink
u-boot: rknext: add rock 5c
Browse files Browse the repository at this point in the history
  • Loading branch information
vamrs-feng authored and RadxaYuntian committed Mar 14, 2024
1 parent 31f4fc6 commit ac149be
Showing 1 changed file with 5 additions and 1 deletion.
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-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c"
"radxa-nx5-io"
"radxa-cm5-io" "radxa-cm5-rpi-cm4-io"
"radxa-e25" "radxa-cm3i-io"
Expand Down Expand Up @@ -63,6 +63,10 @@ bsp_rock-5b() {
bsp_rk3588
}

bsp_rock-5c() {
bsp_rk3588s
}

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

0 comments on commit ac149be

Please sign in to comment.