From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 05 Jul 2007 11:33:39 -0400 Subject: [U-Boot-Users] [PATCH 6/17] Reorganize and fix problems (returns) in the bootm command. In-Reply-To: <468D0E3D.3000308@freescale.com> References: <20070705011559.GF21474@cideas.com> <468CCDD0.2020208@gmail.com> <468D0E3D.3000308@freescale.com> Message-ID: <468D0F53.60008@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Timur Tabi wrote: > Jerry Van Baren wrote: > > We've smashed our underpinnings by uncompressing linux over our > > interrupt vectors before the checksum catches the problem. There is no > > way back other than a reset. > > Can you include this explanation as a comment in the code at the > exact point this occurs? It is already in the original code. gvb