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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user