]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit790a957509db02f919b4b57a0df361c17102f6b6
tree5f73b9bcdd0ba923ac668f023ce88a6212de286c
parent55dfa32d25e32142080920c35b45dd99873bfe17
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