From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 06 Dec 2006 21:55:28 -0500 Subject: [U-Boot-Users] [PATCH] 83xx: Put the version (and magic) after the HRCW. In-Reply-To: <45777B3B.5060106@comcast.net> References: <45777B3B.5060106@comcast.net> Message-ID: <457782A0.7040509@comcast.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jerry Van Baren wrote: > Put the version (and magic) after the HRCW. This puts it in a fixed > location in flash, not at the start of flash but as close as we can get. > > Signed-off-by: Jerry Van Baren The git repository with my patches is at: Actual repository: Branches: * version-in-text - Put the version (and magic) after the HRCW. * lowboot - Add high/lowboot configuration to the Makefile, etc. gvb