2 Commits

Author SHA1 Message Date
Simon Glass
8a698cf850 fs: Rename fs.h to fs_legacy.h
A new filesystem interface is coming, so rename the current header to
indicate that it is the old one.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-06-28 07:53:25 -06:00
Simon Glass
847d15cada boot: sandbox: Rename host_bootdev.c
This filename is confusing since it is actually for the sandbox hostfs,
i.e. access to files on the host filesystem, not the host device which
can be used to bind disk images.

Rename it to hostfs_bootdev.c to make this clearer. Update the driver
name as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-06-05 14:42:47 -06:00