summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorRoger Knecht <rknecht@pm.me>2022-09-03 11:34:53 +0000
committerTom Rini <trini@konsulko.com>2022-10-11 15:40:48 -0400
commit690a1d694899c55c7cc6a168c54984f765ff761e (patch)
tree0d1949060afcdda676a4a8e7bfc89053a391f1a4 /cmd/Kconfig
parent7eda1a95331d1ccd17e5af6fb18bf5577f81a451 (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 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6f00bd9307..3267811b25 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1533,6 +1533,11 @@ endmenu
menu "Shell scripting commands"
+config CMD_CAT
+ bool "cat"
+ help
+ Print file to standard output
+
config CMD_ECHO
bool "echo"
default y