From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Apr 2015 14:02:09 -0700 Subject: [U-Boot] [PATCH] powerpc/mpc8641hpcn: Move environment to avoid conflict In-Reply-To: <1429132428-21396-1-git-send-email-scottwood@freescale.com> References: <1429132428-21396-1-git-send-email-scottwood@freescale.com> Message-ID: <55356951.8030507@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/15/2015 02:13 PM, Scott Wood wrote: > U-Boot on this board grew a long time ago past the 384 KiB that > it reserves for the U-Boot image, before the environment. Thus, > saveenv overwrites the U-Boot image and bricks the board. > > I tried to find out when U-Boot grew beyond this point, but there is a > long stretch in the history where this board did not build -- and > AFAICT when it did fit in 384 KiB, it was missing vital features such > as fdt support. Turning off CONFIG_VIDEO was not enough to make it > fit. Thus, I don't think we have any choice other than to move the > environment. > > Signed-off-by: Scott Wood > --- Applied to mpc85xx master, awaiting upstream. York