Skip to content
Snippets Groups Projects
Commit 89191d62 authored by Rob Clark's avatar Rob Clark Committed by Tom Rini
Browse files

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: default avatarRob Clark <robdclark@gmail.com>
Reviewed-by: default avatarŁukasz Majewski <lukma@denx.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 41fa83d1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment