Re: [U-Boot] [PATCH 08/11] net: regex: Disable by default on sunXi

2018-01-09 Thread Jagan Teki
On Thu, Dec 21, 2017 at 9:35 PM, Andre Przywara wrote: > Hi, > > On 21/12/17 12:40, Maxime Ripard wrote: >> The sunXi arm64 build has overflown, leading to the main U-boot binary >> overwriting the environment when flashing the new image, or even worse, >> overwriting

Re: [U-Boot] [PATCH 08/11] net: regex: Disable by default on sunXi

2017-12-21 Thread Andre Przywara
Hi, On 21/12/17 12:40, Maxime Ripard wrote: > The sunXi arm64 build has overflown, leading to the main U-boot binary > overwriting the environment when flashing the new image, or even worse, > overwriting itself when we're calling saveenv. > > Disable this command that is not critical until we

[U-Boot] [PATCH 08/11] net: regex: Disable by default on sunXi

2017-12-21 Thread Maxime Ripard
The sunXi arm64 build has overflown, leading to the main U-boot binary overwriting the environment when flashing the new image, or even worse, overwriting itself when we're calling saveenv. Disable this command that is not critical until we can adress the issue properly. Signed-off-by: Maxime