From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 21 Dec 2017 17:01:34 +0100 Subject: [U-Boot] [PATCH 06/11] video: bpp8: Disable by default on sunXi In-Reply-To: <20171221124030.23721-7-maxime.ripard@free-electrons.com> References: <20171221124030.23721-1-maxime.ripard@free-electrons.com> <20171221124030.23721-7-maxime.ripard@free-electrons.com> Message-ID: <20171221170134.4817eb27@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 21 Dec 2017 13:40:25 +0100 Maxime Ripard maxime.ripard at free-electrons.com 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 can adress the issue > properly. > > Signed-off-by: Maxime Ripard Reviewed-by: Anatolij Gustschin