Re: [U-Boot] spl: Weed out CONFIG_SYS_TEXT_BASE usage

2018-07-10 Thread Tom Rini
On Tue, Jul 10, 2018 at 09:33:11PM +0200, Marek Vasut wrote: > On 07/10/2018 08:47 PM, Tom Rini wrote: > > On Thu, May 31, 2018 at 06:02:24PM +0200, Marek Vasut wrote: > > > >> The SPL loaders assume that the CONFIG_SYS_TEXT_BASE memory location > >> is available and can be corrupted by loading ie

Re: [U-Boot] spl: Weed out CONFIG_SYS_TEXT_BASE usage

2018-07-10 Thread Marek Vasut
On 07/10/2018 08:47 PM, Tom Rini wrote: > On Thu, May 31, 2018 at 06:02:24PM +0200, Marek Vasut wrote: > >> The SPL loaders assume that the CONFIG_SYS_TEXT_BASE memory location >> is available and can be corrupted by loading ie. uImage or fitImage >> headers there. Sometimes it could be beneficial

Re: [U-Boot] spl: Weed out CONFIG_SYS_TEXT_BASE usage

2018-07-10 Thread Tom Rini
On Thu, May 31, 2018 at 06:02:24PM +0200, Marek Vasut wrote: > The SPL loaders assume that the CONFIG_SYS_TEXT_BASE memory location > is available and can be corrupted by loading ie. uImage or fitImage > headers there. Sometimes it could be beneficial to load the headers > elsewhere, ie. if CONFIG