Skip to content

Commit

Permalink
Merge pull request #127 from lsj123lsjlsj/e24c
Browse files Browse the repository at this point in the history
u-boot: rk2410: fork: support rock-2 and radxa-e24c-spi
  • Loading branch information
RadxaYuntian authored Jan 15, 2025
2 parents c22f379 + cfa6cca commit 93ddbb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion u-boot/rk2410/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ BSP_MAKE_TARGETS=("u-boot.dtb" "u-boot.itb" "all")
BSP_REPLACES=("rk3588")
SUPPORTED_BOARDS=(
#"rock-pi-e"
#"rock-2"
"rock-2"
"radxa-e24c-spi"
"rock-5-itx"
"rock-5a"
"rock-5b"
Expand Down Expand Up @@ -43,6 +44,10 @@ bsp_rock-2() {
bsp_rk3528
}

bsp_radxa-e24c-spi() {
bsp_rk3528
}

bsp_rk3568() {
BSP_SOC="rk3568"
RKBIN_DDR="${BSP_SOC}_ddr_1560MHz_v"
Expand Down
10 changes: 0 additions & 10 deletions u-boot/rknext/fork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ BSP_MAKE_TARGETS=("u-boot.dtb" "u-boot.itb" "all")
BSP_REPLACES=("rk3588")
SUPPORTED_BOARDS=(
#"rock-pi-e"
"rock-2"
# "rock-5-itx"
# "rock-5a"
# "rock-5b"
Expand Down Expand Up @@ -32,15 +31,6 @@ bsp_rock-pi-e() {
UBOOT_BASE_ADDR="0x200000"
}

bsp_rk3528() {
BSP_SOC="rk3528"
RKBIN_DDR="${BSP_SOC}_ddr_1056MHz"
}

bsp_rock-2() {
bsp_rk3528
}

bsp_rk3568() {
BSP_SOC="rk3568"
RKBIN_DDR="${BSP_SOC}_ddr_1560MHz_v"
Expand Down

0 comments on commit 93ddbb9

Please sign in to comment.