Skip to content

Commit e9edd43

Browse files
committed
feat: u-boot: rknext: add rock-3a support
Signed-off-by: Nascs Fang <[email protected]>
1 parent bc1da78 commit e9edd43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

u-boot/rknext/fork.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BSP_REPLACES=("rk3588")
55
SUPPORTED_BOARDS=(
66
#"rock-pi-e"
77
"rock-2"
8+
"rock-3-a"
89
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c" "rock-5d"
910
"rock-5a-spi" "rock-5c-spi" "rock-5d-spi"
1011
"radxa-e52c"
@@ -36,6 +37,10 @@ bsp_rk3568() {
3637
RKBIN_DDR="${BSP_SOC}_ddr_1560MHz_v"
3738
}
3839

40+
bsp_rock-3a() {
41+
bsp_rk3568
42+
}
43+
3944
bsp_rk3588() {
4045
BSP_SOC="rk3588"
4146
RKBIN_DDR="${BSP_SOC}_ddr_lp4_2112MHz_lp5_2400MHz"

0 commit comments

Comments
 (0)