Skip to content

Commit

Permalink
fix: add radxa-cm4-rpi-cm4-io definition
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
  • Loading branch information
RadxaYuntian committed Nov 22, 2024
1 parent 4a1803e commit 3398574
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions u-boot/rk2410/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ bsp_rk3568() {
RKBIN_DDR="${BSP_SOC}_ddr_1560MHz_v"
}

bsp_rk3576() {
BSP_SOC="rk3576"
RKBIN_DDR="${BSP_SOC}_ddr_lp4_2112MHz_lp5_2736MHz_v"
}

bsp_radxa-cm4-rpi-cm4-io() {
bsp_rk3576
}

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

0 comments on commit 3398574

Please sign in to comment.