]> git.baikalelectronics.ru Git - uboot.git/commit
cat: Update command to use fs_load_alloc()
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:39 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit312f5d6787acf3d607066e76bdaf323c6722d744
tree3efaf692cc0ffe6967eb77b2b2dd77b1174ef87f
parent641f87de503a2e613fa5f4613e40897a5301a2a9
cat: Update command to use fs_load_alloc()

Use this new function since it implements the required functionality and
reduces duplicated code.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/cat.c