commit | 89191d626793490b579e1d36e7d7a4464a20f9f6 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Sat Sep 09 13:15:58 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 15 09:03:13 2017 -0400 |
tree | d4e236f4727d390695f844a063619c5c418584dd | |
parent | 41fa83d1a6cdd8ddfb3fbe332252193ff8fb8b71 [diff] |
fat/fs: move ls to generic implementation Add a generic implementation of 'ls' using opendir/readdir/closedir, and replace fat's custom implementation. Other filesystems should move to the generic implementation after they add opendir/readdir/closedir support. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Ćukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>