commit | 46668df5d0a94c6f546bcd31bd56c0ded7b4193f | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Mon Aug 28 16:45:47 2017 +0530 |
committer | Stefano Babic <sbabic@denx.de> | Wed Aug 30 12:18:26 2017 +0200 |
tree | 42f944f175c68b0b983f94c44f129b7f350f6864 | |
parent | 624da53ca8a8196985a48bc32d788b434ae0f788 [diff] |
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>