]> git.ipfire.org Git - people/ms/u-boot.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)
commit5bede73c6c2478f2da9be64ee3a0d13d4b20f893
treec249de226aae9dd1280988337e5f9f0ae4e3438d
parent730a7b47105ad6b6766344e59bb04c0cbb2e586a
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