Re: [PATCH v2 1/6] socfpga: chameleonv3: Enable ext4 in SPL

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > Allow SPL to boot from an ext4 filesystem. > > Signed-off-by: Paweł Anikiel > --- > configs/socfpga_chameleonv3_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/socfpga_chameleonv3_defconfig > b/configs/socfpga_c

Re: [PATCH v2 1/6] socfpga: chameleonv3: Enable ext4 in SPL

2022-10-14 Thread Simon Glass
On Fri, 14 Oct 2022 at 03:49, Paweł Anikiel wrote: > > Allow SPL to boot from an ext4 filesystem. > > Signed-off-by: Paweł Anikiel > --- > configs/socfpga_chameleonv3_defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass