Re: [U-Boot] [PATCH v2] arm: vf610twr: improve memory layout

2015-10-15 Thread Stefano Babic
Hi Stefan, On 14/10/2015 19:58, Stefan Agner wrote: > Currently, the device tree relocation is disabled, likely to > keep some DDR3 RAM at the end for Cortex-M4 firmwares. This > can be archived using bootm_size, which limits the image > processing range of the boot commands. > > Move the device

Re: [U-Boot] [PATCH v2] arm: vf610twr: improve memory layout

2015-10-14 Thread Otavio Salvador
On Wed, Oct 14, 2015 at 2:58 PM, Stefan Agner wrote: > Currently, the device tree relocation is disabled, likely to > keep some DDR3 RAM at the end for Cortex-M4 firmwares. This > can be archived using bootm_size, which limits the image > processing range of the boot commands. > > Move the device

[U-Boot] [PATCH v2] arm: vf610twr: improve memory layout

2015-10-14 Thread Stefan Agner
Currently, the device tree relocation is disabled, likely to keep some DDR3 RAM at the end for Cortex-M4 firmwares. This can be archived using bootm_size, which limits the image processing range of the boot commands. Move the device tree standard load address to a higher address which aligns bette