mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-18 09:11:44 +01:00
This implementation uses opendir()/readdir() to access the directory information and then puts it in a linked list for the caller's use. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>