boot: Enable ext4 by default for booting

OS files are typicallly provided on an ext4 filesystem. This is normally
enabled due to other options, but enable it in case not. This is needed
by the EFI app when CMDLINE is not enabled, for example.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-06-01 15:52:03 +01:00
parent 7f96861ab2
commit c3ceb98841

View File

@@ -467,6 +467,7 @@ config BOOT_DEFAULTS_FEATURES
imply USB_STORAGE
imply EFI_PARTITION
imply ISO_PARTITION
imply FS_EXT4
config BOOT_DEFAULTS_CMDS
bool