Re: [U-Boot] [PATCH 1/3] ARM: sunxi: Disable USB host options by default

2017-10-19 Thread Maxime Ripard
Hi Andre, On Thu, Oct 19, 2017 at 10:11:19AM +0100, Andre Przywara wrote: > So while I see that this series fixes a particular problem, I am a bit > wary of this solution, as this just papers over the issue and will > likely break in the future again. > > Can't we somehow fix the environment

Re: [U-Boot] [PATCH 1/3] ARM: sunxi: Disable USB host options by default

2017-10-19 Thread Mark Kettenis
> From: Maxime Ripard > Date: Thu, 19 Oct 2017 10:26:47 +0200 > > The USB keyboard and USB storage support are non-essential from an > architecture-wide sense. > > Remove the selection so that we can trim down the size of our binaries a > bit. But many people

Re: [U-Boot] [PATCH 1/3] ARM: sunxi: Disable USB host options by default

2017-10-19 Thread Andre Przywara
Hi, On 19/10/17 09:48, Alexander Graf wrote: > On 10/19/2017 10:26 AM, Maxime Ripard wrote: >> The USB keyboard and USB storage support are non-essential from an >> architecture-wide sense. >> >> Remove the selection so that we can trim down the size of our binaries a >> bit. >> >> Signed-off-by:

Re: [U-Boot] [PATCH 1/3] ARM: sunxi: Disable USB host options by default

2017-10-19 Thread Peter Robinson
On Thu, Oct 19, 2017 at 9:26 AM, Maxime Ripard wrote: > The USB keyboard and USB storage support are non-essential from an > architecture-wide sense. A lot of Fedora users boot from USB HDDs by having a small (say an old 128Mb mSD card from a phone) SD card and

Re: [U-Boot] [PATCH 1/3] ARM: sunxi: Disable USB host options by default

2017-10-19 Thread Alexander Graf
On 10/19/2017 10:26 AM, Maxime Ripard wrote: The USB keyboard and USB storage support are non-essential from an architecture-wide sense. Remove the selection so that we can trim down the size of our binaries a bit. Signed-off-by: Maxime Ripard Most users

[U-Boot] [PATCH 1/3] ARM: sunxi: Disable USB host options by default

2017-10-19 Thread Maxime Ripard
The USB keyboard and USB storage support are non-essential from an architecture-wide sense. Remove the selection so that we can trim down the size of our binaries a bit. Signed-off-by: Maxime Ripard --- arch/arm/Kconfig | 3 --- 1 file changed, 3 deletions(-)