commit | 2f03a639f36d305800b8befe066f0d3a1616aed0 | [log] [tgz] |
---|---|---|
author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | Mon Aug 08 16:45:17 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 26 15:00:33 2022 -0400 |
tree | 29cb071e58c3a1ebf0fdf436fb1f875582cd4f3b | |
parent | e9ac3a939d4f11e9cdcdcb2bad090f4cb1929a85 [diff] |
disk: part: remove dependency to ubifs for spl The spl doesn't support ubifs and thereby doesn't provide the ubifs_is_mounted function. Remove the dependency to ubifs for the spl. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>