git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb7c50
)
socfpga: chameleonv3: Enable ext4 in SPL
author
Paweł Anikiel
<pan@semihalf.com>
Tue, 21 Feb 2023 15:17:01 +0000
(16:17 +0100)
committer
Marek Vasut
<marex@denx.de>
Tue, 21 Feb 2023 23:28:39 +0000
(
00:28
+0100)
Allow SPL to boot from an ext4 filesystem.
Signed-off-by: Paweł Anikiel <pan@semihalf.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/socfpga_chameleonv3_defconfig
patch
|
blob
|
history
diff --git
a/configs/socfpga_chameleonv3_defconfig
b/configs/socfpga_chameleonv3_defconfig
index
4bbce35
..
5d08fd2
100644
(file)
--- 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