commit | 8bf593100a072fa80398144a3a604fde5fa3b878 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Wed Oct 14 10:58:43 2015 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 15 11:22:07 2015 +0200 |
tree | 4e65b7987a548115b7fdd857b65aa68bbd4b8273 | |
parent | d19b782ede55441d4b9543fbd71cc0eaed64b84d [diff] |
arm: vf610twr: improve memory layout 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 better with what we are doing on other boards. Signed-off-by: Stefan Agner <stefan@agner.ch> Acked-by: Otavio Salvador <otavio@ossystems.com.br>