Skip to content

Commit

Permalink
Disable u-boot generation also for EDGE branch
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 19, 2023
1 parent e7885ac commit 363a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/khadas-edge2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare -g KHADAS_OOWOW_BOARD_ID="Edge2" # for use with EXT=output-image-oowow
declare -g UEFI_EDK2_BOARD_ID="edge2" # This _only_ used for uefi-edk2-rk3588 extension

# for the kedge2, we're counting on the blobs+u-boot in SPI working, as it comes from factory. It does not support bootscripts.
function post_family_config_branch_legacy__uboot_kedge2() {
function post_family_config__uboot_kedge2() {
display_alert "$BOARD" "Configuring ($BOARD) non-u-boot" "info"
unset BOOTSOURCE
declare -g BOOTCONFIG='none'
Expand Down

0 comments on commit 363a069

Please sign in to comment.