summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPaweł Anikiel <pan@semihalf.com>2023-02-21 18:17:01 +0300
committerMarek Vasut <marex@denx.de>2023-02-22 02:28:39 +0300
commit8f1b3334574bbc1a9a46db92a798f0aed968e858 (patch)
tree3ab1deb942790921d488e6156d9886b04ede0229 /configs
parent4eb7c5030d3f3c707c02a64dc8ea90de3da89928 (diff)
downloadu-boot-8f1b3334574bbc1a9a46db92a798f0aed968e858.tar.xz
socfpga: chameleonv3: Enable ext4 in SPL
Allow SPL to boot from an ext4 filesystem. Signed-off-by: Paweł Anikiel <pan@semihalf.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/socfpga_chameleonv3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_chameleonv3_defconfig b/configs/socfpga_chameleonv3_defconfig
index 4bbce3591d..5d08fd282b 100644
--- a/configs/socfpga_chameleonv3_defconfig
+++ b/configs/socfpga_chameleonv3_defconfig
@@ -7,6 +7,7 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_chameleonv3_480_2"
CONFIG_SPL_TEXT_BASE=0xFFE00000
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_TARGET_SOCFPGA_CHAMELEONV3=y
+CONFIG_SPL_FS_EXT4=y
CONFIG_SPL_FS_FAT=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y