diff options
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | 2020-07-30 15:33:48 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-07 22:31:32 -0400 |
commit | bba604b65e58f8e540ee60b57b9f9c78dcc83f04 (patch) | |
tree | 7267e88915a81a8d30ab11b18c965262f1f9b7f4 /MAINTAINERS | |
parent | c51006130370b48b7eb5a93ada745385aa27f6bf (diff) | |
download | u-boot-bba604b65e58f8e540ee60b57b9f9c78dcc83f04.zip u-boot-bba604b65e58f8e540ee60b57b9f9c78dcc83f04.tar.gz u-boot-bba604b65e58f8e540ee60b57b9f9c78dcc83f04.tar.bz2 |
fs/squashfs: add filesystem commands
Add 'ls' and 'load' commands.
Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c2501e8..8ec6c5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -974,6 +974,7 @@ M: Joao Marcos Costa <joaomarcos.costa@bootlin.com> S: Maintained F: fs/squashfs/ F: include/sqfs.h +F: cmd/sqfs.c TARGET_BCMNS3 M: Bharat Gooty <bharat.gooty@broadcom.com> |