diff options
author | Roger Knecht | 2022-09-03 11:34:53 +0000 |
---|---|---|
committer | Tom Rini | 2022-10-11 15:40:48 -0400 |
commit | 690a1d694899c55c7cc6a168c54984f765ff761e (patch) | |
tree | 0d1949060afcdda676a4a8e7bfc89053a391f1a4 /configs/sandbox_defconfig | |
parent | 7eda1a95331d1ccd17e5af6fb18bf5577f81a451 (diff) |
cmd: cat: add new command
Add cat command to print file content to standard out
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Roger Knecht <rknecht@pm.me>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index df6a28ef249..e1832295dc3 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -36,6 +36,7 @@ CONFIG_LOG_DEFAULT_LEVEL=6 CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_STACKPROTECTOR=y CONFIG_ANDROID_AB=y +CONFIG_CMD_CAT=y CONFIG_CMD_CPU=y CONFIG_CMD_LICENSE=y CONFIG_CMD_BOOTM_PRE_LOAD=y |