[Concept,v2,22/22] efi: app: Enable the cat command

Message ID 20250819185900.835939-23-sjg@u-boot.org
State New
Headers
Series efi: Improvements for the EFI app on ARM |

Commit Message

Simon Glass Aug. 19, 2025, 6:58 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This can be handy for looking at extlinux.conf files, so enable it for
the app.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

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

Patch

diff --git a/configs/efi-arm_app64_defconfig b/configs/efi-arm_app64_defconfig
index 2b686d882e6..2bc7a87506d 100644
--- a/configs/efi-arm_app64_defconfig
+++ b/configs/efi-arm_app64_defconfig
@@ -29,6 +29,7 @@  CONFIG_CMD_MEMINFO=y
 CONFIG_CMD_MEMINFO_MAP=y
 CONFIG_CMD_DM=y
 CONFIG_CMD_LSBLK=y
+CONFIG_CMD_CAT=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIME=y
 CONFIG_CMD_EXT4_WRITE=y