Skip to content

Commit 09659a5

Browse files
committed
feat: u-boot: rk2410: add rock-3a-sata support
Signed-off-by: Nascs Fang <[email protected]>
1 parent 5d07287 commit 09659a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

u-boot/rk2410/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"
1010
#"rock-5a"
1111
#"rock-5b"
@@ -53,6 +53,10 @@ bsp_rock-3a() {
5353
bsp_rk3568
5454
}
5555

56+
bsp_rock-3a-sata() {
57+
bsp_rk3568
58+
}
59+
5660
bsp_rk3576() {
5761
BSP_SOC="rk3576"
5862
RKBOOT_IDB="${BSP_SOC}_idblock_v"

0 commit comments

Comments
 (0)