Re: [PATCH v3] lmb: Reserve U-Boot separately if relocation is disabled

2021-11-18 Thread Tom Rini
On Sat, Nov 13, 2021 at 06:34:37PM +0100, marek.va...@gmail.com wrote: > From: Marek Vasut > > In case U-Boot starts with GD_FLG_SKIP_RELOC, the U-Boot code is > not relocated, however the stack and heap is at the end of DRAM > after relocation. Reserve a LMB area for the non-relocated U-Boot >

[PATCH v3] lmb: Reserve U-Boot separately if relocation is disabled

2021-11-13 Thread marek . vasut
From: Marek Vasut In case U-Boot starts with GD_FLG_SKIP_RELOC, the U-Boot code is not relocated, however the stack and heap is at the end of DRAM after relocation. Reserve a LMB area for the non-relocated U-Boot code so it won't be overwritten. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: T