Skip to content

Commit 7a961cb

Browse files
committed
khadas-edge2: remove legacy uboot
1 parent 2b72aeb commit 7a961cb

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

config/boards/khadas-edge2.conf

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,8 @@ function post_family_tweaks__kedge2_naming_audios() {
2828
return 0
2929
}
3030

31-
# for the kedge2, we're counting on the blobs+u-boot in SPI working, as it comes from factory. It does not support bootscripts.
32-
function post_family_config__uboot_kedge2() {
33-
if [[ $BRANCH == "edge" || $BRANCH == "current" ]]; then
34-
return
35-
fi
36-
37-
display_alert "$BOARD" "Configuring ($BOARD) u-boot" "info"
38-
39-
declare -g BOOTSOURCE='https://github.com/khadas/u-boot.git'
40-
declare -g BOOTBRANCH="commit:df276095a29a02f8e7ce4f451770c06486106594"
41-
declare -g BOOTPATCHDIR="legacy/u-boot-khadas-edge2-rk3588"
42-
declare -g BOOTCONFIG="khadas-edge2-rk3588s_defconfig"
43-
declare -g SRC_EXTLINUX="yes" # For now, use extlinux. Thanks Monka
44-
}
45-
46-
# Mainline U-Boot for current kernel
31+
# Mainline U-Boot
4732
function post_family_config__kedge2_use_mainline_uboot() {
48-
if [[ $BRANCH == "vendor" ]]; then
49-
return
50-
fi
51-
5233
display_alert "$BOARD" "Mainline U-Boot overrides for $BOARD - $BRANCH" "info"
5334

5435
declare -g BOOTCONFIG="khadas-edge2-rk3588s_defconfig"

0 commit comments

Comments
 (0)