Skip to content

Commit

Permalink
fix: rkbin: sync rk3588s with rk3588
Browse files Browse the repository at this point in the history
Also removes unnecessary override for rk3568.

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Mar 18, 2024
1 parent 70b96ae commit c91cf03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions u-boot/rknext/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ bsp_rock-2a() {

bsp_rk3568() {
BSP_SOC="rk3568"
BSP_SOC_OVERRIDE="rk3568"
BSP_BL31_OVERRIDE="rk3568"
BSP_BL31_VARIANT="set_pmic_sleep_low_20221018"
RKBIN_DDR="${BSP_SOC}_ddr_1560MHz_v"
}
Expand All @@ -42,9 +40,9 @@ bsp_rk3588() {
}

bsp_rk3588s() {
bsp_rk3588
BSP_SOC="rk3588s"
BSP_BL31_OVERRIDE="rk3588"
RKBIN_DDR="${BSP_BL31_OVERRIDE}_ddr_lp4_2112MHz_lp5_2736MHz"
}

bsp_rock-5-itx() {
Expand Down

0 comments on commit c91cf03

Please sign in to comment.