Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-02-03 Thread Petr Vorel
Hi, > Signed-off-by: Matthias Brugger Reviewed-by: Petr Vorel Kind regards, Petr

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-28 Thread Tom Rini
On Tue, Jan 28, 2020 at 02:06:20PM +0100, Marek Behun wrote: > On Mon, 27 Jan 2020 18:28:25 -0500 > Tom Rini wrote: > > > On Tue, Jan 28, 2020 at 12:26:45AM +0100, Marek Behun wrote: > > > > > On Mon, 27 Jan 2020 16:58:06 -0500 > > > Tom Rini wrote: > > > > > > > This adds around 60kb to man

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-28 Thread Tom Rini
On Tue, Jan 28, 2020 at 11:26:25AM +0100, Matthias Brugger wrote: > > > On 27/01/2020 22:58, Tom Rini wrote: > > On Fri, Jan 17, 2020 at 08:59:02PM +0100, matthias@kernel.org wrote: > > > >> From: Matthias Brugger > >> > >> Some distributions use btrfs as the default file system. > >> Enabl

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-28 Thread Marek Behun
On Mon, 27 Jan 2020 18:28:25 -0500 Tom Rini wrote: > On Tue, Jan 28, 2020 at 12:26:45AM +0100, Marek Behun wrote: > > > On Mon, 27 Jan 2020 16:58:06 -0500 > > Tom Rini wrote: > > > > > This adds around 60kb to many platforms, so I'm not going to take this > > > right now. > > > > Off topi

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-28 Thread Matthias Brugger
On 27/01/2020 22:58, Tom Rini wrote: > On Fri, Jan 17, 2020 at 08:59:02PM +0100, matthias@kernel.org wrote: > >> From: Matthias Brugger >> >> Some distributions use btrfs as the default file system. >> Enable btrfs support by default when using distro boot for all >> architectures but risc

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-27 Thread Tom Rini
On Tue, Jan 28, 2020 at 12:26:45AM +0100, Marek Behun wrote: > On Mon, 27 Jan 2020 16:58:06 -0500 > Tom Rini wrote: > > > This adds around 60kb to many platforms, so I'm not going to take this > > right now. > > Off topic: I was wondering how much space could be saved if it were > possible to u

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-27 Thread Marek Behun
On Mon, 27 Jan 2020 16:58:06 -0500 Tom Rini wrote: > This adds around 60kb to many platforms, so I'm not going to take this > right now. Off topic: I was wondering how much space could be saved if it were possible to use -Os with LTO in U-Boot.

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-27 Thread Tom Rini
On Fri, Jan 17, 2020 at 08:59:02PM +0100, matthias@kernel.org wrote: > From: Matthias Brugger > > Some distributions use btrfs as the default file system. > Enable btrfs support by default when using distro boot for all > architectures but riscv, as it breaks compilation due to size problems

Re: [PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-20 Thread Matthias Brugger
On 17/01/2020 20:59, matthias@kernel.org wrote: > From: Matthias Brugger > > Some distributions use btrfs as the default file system. > Enable btrfs support by default when using distro boot for all > architectures but riscv, as it breaks compilation due to size problems. > > Signed-off-b

[PATCH v4 1/2] Kconfig: add btrfs to distro boot

2020-01-17 Thread matthias . bgg
From: Matthias Brugger Some distributions use btrfs as the default file system. Enable btrfs support by default when using distro boot for all architectures but riscv, as it breaks compilation due to size problems. Signed-off-by: Matthias Brugger --- Changes in v4: - do not build for MIPS eit