]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: spl: atmel: move mem_init() advance in SPL init.
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 24 Mar 2017 03:34:05 +0000 (11:34 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Apr 2017 20:44:51 +0000 (14:44 -0600)
commit6b95423d5ddbc61ffe7454a084914eabc09bc984
treec249de226aae9dd1280988337e5f9f0ae4e3438d
parent082a177058100c392c0050fe35b5e7002dc16a23
ARM: spl: atmel: move mem_init() advance in SPL init.

Because the MMC SPL puts the bbs section in the ddr memory, move
calling mem_init() before calling spl_init().

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
arch/arm/mach-at91/spl_atmel.c