Re: [PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Simon Glass
Hi Tom, On Fri, 11 Mar 2022 at 21:04, Tom Rini wrote: > > On Fri, Mar 11, 2022 at 07:24:41PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 11 Mar 2022 at 12:58, Tom Rini wrote: > > > > > > On Fri, Mar 11, 2022 at 12:10:02PM -0700, Simon Glass wrote: > > > > > > > This board is right up a

Re: [PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Simon Glass
Hi Soeren, On Fri, 11 Mar 2022 at 15:57, Soeren Moch 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 > NAK. > > At least for now. > We should not randomly

Re: [PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Tom Rini
On Fri, Mar 11, 2022 at 07:24:41PM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, 11 Mar 2022 at 12:58, Tom Rini wrote: > > > > On Fri, Mar 11, 2022 at 12:10:02PM -0700, Simon Glass wrote: > > > > > This board is right up against the size limit. Drop ext4 writing to give > > > it some more space

Re: [PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Simon Glass
Hi Tom, On Fri, 11 Mar 2022 at 12:58, Tom Rini wrote: > > On Fri, Mar 11, 2022 at 12:10:02PM -0700, 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 > > I would really like to see what LTO

Re: [PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Soeren Moch
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 NAK. At least for now. We should not randomly disable user visible functionality and not without investigating other possible option

Re: [PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Tom Rini
On Fri, Mar 11, 2022 at 12:10:02PM -0700, 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 I would really like to see what LTO does here instead of removing functionality. I'm sure it shrinks thin

[PATCH 2/5] tbs2910: Disable ext4 write

2022-03-11 Thread Simon Glass
This board is right up against the size limit. Drop ext4 writing to give it some more space. Signed-off-by: Simon Glass --- configs/tbs2910_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index e1278f2e70a..9819df55f05 100644 --