Skip to content

Commit 93a0953

Browse files
andyshrkigorpecovnik
authored andcommitted
coolpi-genbook: Add Support for vendor branch
Signed-off-by: Andy Yan <[email protected]>
1 parent a7785c8 commit 93a0953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/boards/coolpi-genbook.csc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BOARD_MAINTAINER="andyshrk"
55
BOARD_FIRMWARE_INSTALL="-full"
66
BOOT_SOC="rk3588"
77
BOOTCONFIG="coolpi-cm5-genbook-rk3588_defconfig"
8-
KERNEL_TARGET="edge"
8+
KERNEL_TARGET="edge,vendor"
99
FULL_DESKTOP="yes"
1010
BOOT_LOGO="desktop"
1111
BOOT_FDT_FILE="rockchip/rk3588-coolpi-cm5-genbook.dtb"
@@ -15,13 +15,13 @@ BOOT_SPI_RKSPI_LOADER="yes"
1515
IMAGE_PARTITION_TABLE="gpt"
1616

1717
# Mainline U-Boot
18-
function post_family_config_branch_edge__coolpi-genbook_use_mainline_uboot() {
18+
function post_family_config__coolpi-genbook_use_mainline_uboot() {
1919
display_alert "$BOARD" "mainline (next branch) u-boot overrides for $BOARD / $BRANCH" "info"
2020

2121
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # Mainline U-Boot
2222
unset BOOTBRANCH
2323
declare -g BOOTPATCHDIR="v2025.01-rc3-coolpi-cm5"
24-
declare -g BOOTBRANCH_BOARD="tag:v2025.01"
24+
declare -g BOOTBRANCH_BOARD="tag:v2025.04"
2525
declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin u-boot-rockchip-spi.bin"
2626
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
2727

0 commit comments

Comments
 (0)