From: Simon Glass <simon.glass@canonical.com> Enable CONFIG_ULIB and CONFIG_EXAMPLES so that the demo-app.efi binary is built alongside u-boot-app.efi. This allows the ulib demo to run as a standalone EFI application under OVMF/QEMU. Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com> --- configs/efi-x86_app64_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/efi-x86_app64_defconfig b/configs/efi-x86_app64_defconfig index 874feee862a..3f9783faf6f 100644 --- a/configs/efi-x86_app64_defconfig +++ b/configs/efi-x86_app64_defconfig @@ -50,4 +50,6 @@ CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y CONFIG_CMD_DHRYSTONE=y CONFIG_TPM=y +CONFIG_ULIB=y +CONFIG_EXAMPLES=y # CONFIG_GZIP is not set -- 2.43.0