We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f708d commit 4ad0fe5Copy full SHA for 4ad0fe5
config/boards/khadas-edge2.conf
@@ -33,7 +33,7 @@ function post_family_config__uboot_kedge2() {
33
display_alert "$BOARD" "Configuring ($BOARD) u-boot" "info"
34
35
declare -g BOOTSOURCE='https://github.com/khadas/u-boot.git'
36
- declare -g BOOTBRANCH='branch:khadas-edges-v2017.09'
+ declare -g BOOTBRANCH="commit:df276095a29a02f8e7ce4f451770c06486106594"
37
declare -g BOOTPATCHDIR="legacy/u-boot-khadas-edge2-rk3588"
38
declare -g BOOTCONFIG="khadas-edge2-rk3588s_defconfig"
39
declare -g SRC_EXTLINUX="yes" # For now, use extlinux. Thanks Monka
0 commit comments