Skip to content

Commit

Permalink
feat: add rock-3b to rknext
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <[email protected]>
  • Loading branch information
nascs committed Nov 22, 2024
1 parent 3398574 commit 996f501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions u-boot/rknext/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BSP_REPLACES=("rk3588")
SUPPORTED_BOARDS=(
#"rock-pi-e"
"rock-2"
"rock-3b"
"rock-5-itx"
"rock-5a"
"rock-5b"
Expand Down Expand Up @@ -47,6 +48,10 @@ bsp_rk3568() {
RKBIN_DDR="${BSP_SOC}_ddr_1560MHz_v"
}

bsp_rock-3b() {
bsp_rk3568
}

bsp_rk3588() {
BSP_SOC="rk3588"
RKBIN_DDR="${BSP_SOC}_ddr_lp4_2112MHz_lp5_2400MHz"
Expand Down

0 comments on commit 996f501

Please sign in to comment.