Skip to content

Commit 248fbf1

Browse files
committed
armsom-sige5: update uboot from latest SDK
1 parent dd6300d commit 248fbf1

File tree

4 files changed

+5
-87
lines changed

4 files changed

+5
-87
lines changed

config/boards/armsom-sige5.csc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ function post_family_config_branch_vendor__armsom-sige7_use_vendor_uboot() {
1616
display_alert "$BOARD" "vendor u-boot overrides for $BOARD / $BRANCH" "info"
1717

1818
declare -g BOOTSOURCE="https://github.com/ArmSoM/u-boot.git"
19-
declare -g BOOTBRANCH="tag:rk3576"
19+
declare -g BOOTBRANCH="tag:rk3576-6.1-rk3.1"
2020
declare -g BOOTPATCHDIR="legacy/u-boot-armsom-rk3576"
21-
declare -g BOOTDIR="u-boot-${BOARD}"
22-
declare -g UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB TEE=$RKBIN_DIR/$BL32_BLOB spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb"
21+
declare -g BOOTDIR="u-boot-${BOARD}"
22+
declare -g UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB TEE=$RKBIN_DIR/$BL32_BLOB spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb"
2323
}
2424

2525
function post_family_tweaks__armsom-sige7_naming_audios() {

patch/u-boot/legacy/u-boot-armsom-rk3576/0001-dw_mmc-add-default-power-enable-config-val.patch

Lines changed: 0 additions & 46 deletions
This file was deleted.

patch/u-boot/legacy/u-boot-armsom-rk3576/0002-dts-rockchip-rk3576-the-power_en-for-SD-co.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

patch/u-boot/legacy/u-boot-armsom-rk3576/defconfig/armsom-sige5-rk3576_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,5 @@ CONFIG_AVB_LIBAVB_USER=y
220220
CONFIG_RK_AVB_LIBAVB_USER=y
221221
CONFIG_OPTEE_CLIENT=y
222222
CONFIG_OPTEE_V2=y
223+
CONFIG_ROCKCHIP_EARLY_DISTRO_DTB=y
224+
CONFIG_ROCKCHIP_EARLY_DISTRO_DTB_PATH="/boot/dtb/rockchip/rk3576-armsom-sige5.dtb"

0 commit comments

Comments
 (0)