[PATCH 2/5] tbs2910: Disable ext4 write
Simon Glass
sjg at chromium.org
Sat Mar 12 05:45:53 CET 2022
Hi Soeren,
On Fri, 11 Mar 2022 at 15:57, Soeren Moch <smoch at web.de> wrote:
>
>
>
> On 11.03.22 20:10, Simon Glass wrote:
> > This board is right up against the size limit. Drop ext4 writing to give
> > it some more space.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> NAK.
>
> At least for now.
> We should not randomly disable user visible functionality and not
> without investigating other possible options.
OK please go ahead and send a suitable patch.
Regards,
Simon
> > ---
> >
> > configs/tbs2910_defconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
> > index e1278f2e70a..9819df55f05 100644
> > --- a/configs/tbs2910_defconfig
> > +++ b/configs/tbs2910_defconfig
> > @@ -50,7 +50,6 @@ CONFIG_CMD_TIME=y
> > CONFIG_CMD_SYSBOOT=y
> > CONFIG_CMD_EXT2=y
> > CONFIG_CMD_EXT4=y
> > -CONFIG_CMD_EXT4_WRITE=y
> > CONFIG_CMD_FAT=y
> > CONFIG_CMD_FS_GENERIC=y
> > CONFIG_EFI_PARTITION=y
>
More information about the U-Boot
mailing list