From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Gehrlein Date: Tue, 16 Dec 2008 08:58:03 +0100 Subject: [U-Boot] [PATCH] mpc83xx: Size optimization of start.S In-Reply-To: <20081215170055.GA30730@ld0162-tx32.am.freescale.net> References: <1229116365-21440-1-git-send-email-ron_madrid@sbcglobal.net> <4946068B.6020307@tqs.de> <20081215170055.GA30730@ld0162-tx32.am.freescale.net> Message-ID: <49475F8B.1090502@tqs.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Scott, Scott Wood schrieb: > On Mon, Dec 15, 2008 at 08:26:03AM +0100, Jens Gehrlein wrote: >> Hi Ron, >> >> Ron Madrid schrieb: >>> Currently there are in excess of 100 bytes located at the beginning of the image >>> built by start.S that are not being utilized. >> Hmmm, are you sure? What if someone designs a board, where the processor >> shall load its reset configuration from a local bus EEPROM, e.g. the >> same NOR-Flash containing the U-Boot image (CFG_RESET_SOURCE[0:2] = >> 000b? >> >> Or did I misunderstand something? > > That's covered by the _HRCW_TABLE_ENTRY lines earlier in the file. I see. I understood Ron's comment as "first 100 hex bytes". Thanks for the hint, Scott. Kind regards, Jens