]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Provide a class for building filesystem images"
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 15:18:38 +0000 (09:18 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 15:18:38 +0000 (09:18 -0600)
Simon Glass <sjg@chromium.org> says:

Create a class around mk_fs() to handle the common tasks of image
creation, such as managing scratch directories and cleaning up.

Start with a few small cleanups to mk_fs(), then convert the helper
to use a class.

Link: https://lore.kernel.org/r/20260309151307.831537-1-sjg@chromium.org

Trivial merge