commit | 60d74a9a97e6a0c209d4741116dbe965bb15a44b | [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 | e90320e7e029e4227dbca2e0633b0c539019f9b5 [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>