[PATCH 1/4] socfpga: chameleonv3: Enable ext4 in SPL
Alexandru M Stan
amstan at chromium.org
Fri Aug 26 21:39:42 CEST 2022
On Fri, Aug 26, 2022 at 12:54 AM Paweł Anikiel <pan at semihalf.com> wrote:
>
> Allow SPL to boot from an ext4 filesystem.
>
> Signed-off-by: Paweł Anikiel <pan at semihalf.com>
> ---
> configs/socfpga_chameleonv3_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/socfpga_chameleonv3_defconfig b/configs/socfpga_chameleonv3_defconfig
> index e78d3b51de..a6901980b5 100644
> --- a/configs/socfpga_chameleonv3_defconfig
> +++ b/configs/socfpga_chameleonv3_defconfig
> @@ -6,6 +6,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
> --
> 2.37.2.672.g94769d06f0-goog
>
Works great for using symlinks on /boot! Thanks!
Tested-by: Alexandru Stan <amstan at chromium.org>
Reviewed-by: Alexandru Stan <amstan at chromium.org>
More information about the U-Boot
mailing list