]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/mach-imx/spl.c
i.MX6Q: spl: Fix falcon to use dram_init_banksize
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 28 Aug 2017 11:15:47 +0000 (16:45 +0530)
committerStefano Babic <sbabic@denx.de>
Wed, 30 Aug 2017 10:18:26 +0000 (12:18 +0200)
commit46668df5d0a94c6f546bcd31bd56c0ded7b4193f
tree42f944f175c68b0b983f94c44f129b7f350f6864
parent624da53ca8a8196985a48bc32d788b434ae0f788
i.MX6Q: spl: Fix falcon to use dram_init_banksize

Memory dt node update introduced by spl_fixup_fdt() in below
commit was making DDR configuration in-appropriate
to boot falcon mode. Hence added dram_init_banksize for
explicit assignment of  proper base and size of DDR.

"boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot"
(sha1: 6e7585bb64b12f632681c80c4b193349e1985d92)

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/mach-imx/spl.c