From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 05 Jul 2007 21:25:25 -0500 Subject: [U-Boot-Users] [PATCH 6/17] Reorganize and fix problems (returns) in the bootm command. In-Reply-To: <20070705193817.580D7353A64@atlas.denx.de> References: <20070705193817.580D7353A64@atlas.denx.de> Message-ID: <468DA815.90609@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 Wolfgang Denk wrote: > /* > * We have reached the point of no return: we are going to > * overwrite all exception vector code, so we cannot easily > * recover from any failures any more... > */ > > ??? Do you need additional explanations? What should be added? I read only the patch, not the code in cmd_bootm.c. And since someone else asked why the patch was needed, I assumed that there was no comment or any other documentation explaining the need for the patch.