Skip to content

Commit

Permalink
feat: add RK3588S2 SPI U-Boot
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jun 19, 2024
1 parent ba27c5b commit 3cfe84a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions u-boot/rknext/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SUPPORTED_BOARDS=(
#"rock-pi-e"
"rock-2a"
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c" "rock-5d"
"rock-5a-spi" "rock-5c-spi" "rock-5d-spi"
"radxa-nx5-io"
"radxa-cm5-io" "radxa-cm5-rpi-cm4-io"
"radxa-e25" "radxa-cm3i-io"
Expand Down Expand Up @@ -53,6 +54,10 @@ bsp_rock-5a() {
bsp_rk3588s
}

bsp_rock-5a-spi() {
bsp_rk3588s
}

bsp_rock-5b-plus() {
bsp_rk3588
}
Expand All @@ -65,10 +70,18 @@ bsp_rock-5c() {
bsp_rk3588s
}

bsp_rock-5c-spi() {
bsp_rk3588s
}

bsp_rock-5d() {
bsp_rk3588s
}

bsp_rock-5d-spi() {
bsp_rk3588s
}

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

0 comments on commit 3cfe84a

Please sign in to comment.