From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 7 Dec 2018 15:33:03 -0500 Subject: [U-Boot] board: ti: ks2_evm: Over ride spl_get_load_buffer function In-Reply-To: <1543321361-15316-1-git-send-email-j-keerthy@ti.com> References: <1543321361-15316-1-git-send-email-j-keerthy@ti.com> Message-ID: <20181207203303.GA14374@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Nov 27, 2018 at 05:52:41PM +0530, Keerthy wrote: > Currently k2 spi boot is broken as the image header > is getting copied to an invalid memory location > > CONFIG_SYS_TEXT_BASE - sizeof (struct image_size) > which maps to 0xc000000 - 0x40 = 0xbffffc0 being a reserved > location. > > We cannot change the CONFIG_SYS_TEXT_BASE address as the single > stage boots like UART boot will need the address to be 0xc000000 > hence override the spl_get_load_buffer to have image_header > address as CONFIG_SYS_TEXT_BASE aka 0xc000000 > > Signed-off-by: Keerthy Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: