[Concept,13/17] ulib: arm: Enable demo EFI binary for efi-arm_app64

Message ID 20260216013511.4079770-14-sjg@u-boot.org
State New
Headers
Series ulib: Add multi-arch demo and EFI app support |

Commit Message

Simon Glass Feb. 16, 2026, 1:35 a.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

Enable CONFIG_ULIB and CONFIG_EXAMPLES in efi-arm_app64_defconfig so
that the demo-app.efi binary is built.

Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 configs/efi-arm_app64_defconfig | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/configs/efi-arm_app64_defconfig b/configs/efi-arm_app64_defconfig
index 35e8b4d36ed..a9c4686a106 100644
--- a/configs/efi-arm_app64_defconfig
+++ b/configs/efi-arm_app64_defconfig
@@ -53,4 +53,6 @@  CONFIG_CONSOLE_TRUETYPE=y
 CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_CONSOLE_SCROLL_LINES=5
 CONFIG_FAT_WRITE=y
+CONFIG_ULIB=y
+CONFIG_EXAMPLES=y
 CONFIG_CMD_DHRYSTONE=y