Skip to content

Commit 2dde14c

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

u-boot/rknext/fork.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BSP_REPLACES=("rk3588")
55
SUPPORTED_BOARDS=(
66
#"rock-pi-e"
77
"rock-2"
8-
"rock-3-a"
8+
"rock-3-a" "rock-3a-sata"
99
"rock-5-itx" "rock-5a" "rock-5b" "rock-5b-plus" "rock-5c" "rock-5d"
1010
"rock-5a-spi" "rock-5c-spi" "rock-5d-spi"
1111
"radxa-e52c"
@@ -41,6 +41,10 @@ bsp_rock-3a() {
4141
bsp_rk3568
4242
}
4343

44+
bsp_rock-3a-sata() {
45+
bsp_rk3568
46+
}
47+
4448
bsp_rk3588() {
4549
BSP_SOC="rk3588"
4650
RKBIN_DDR="${BSP_SOC}_ddr_lp4_2112MHz_lp5_2400MHz"

0 commit comments

Comments
 (0)