From 363a069025f732fe366e8a7775ca181bbb9f5fb6 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 19 Dec 2023 07:51:09 +0100 Subject: [PATCH] Disable u-boot generation also for EDGE branch --- config/boards/khadas-edge2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/khadas-edge2.conf b/config/boards/khadas-edge2.conf index 7ac81a4fbd6b..f2e6c962b172 100644 --- a/config/boards/khadas-edge2.conf +++ b/config/boards/khadas-edge2.conf @@ -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'