aboutsummaryrefslogtreecommitdiff
path: root/cmd/cat.c
AgeCommit message (Collapse)Author
2023-07-14cat: Update command to use fs_load_alloc()Simon Glass
Use this new function since it implements the required functionality and reduces duplicated code. Signed-off-by: Simon Glass <sjg@chromium.org>
2022-10-11cmd: cat: add new commandRoger Knecht
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>