board: developerbox: move mem_map setup later
authorJassi Brar <jaswinder.singh@linaro.org>
Mon, 12 Sep 2022 17:05:29 +0000 (12:05 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2022 01:05:17 +0000 (21:05 -0400)
commita70c75cabae12a81d512b240d60413df294246eb
tree5f73b9bcdd0ba923ac668f023ce88a6212de286c
parent41b535ce78a06fee11eb048f3886e3c7608e301b
board: developerbox: move mem_map setup later

dram_init() can't modify global/static variables, so
move the mem_map setup later when bss is available.

Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
board/socionext/developerbox/developerbox.c