commit | 6f47c99423c67e4cda251ac43a404e16af616ff9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 20:07:43 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 22:42:04 2019 +0900 |
tree | b963c33d8ab20d42e873c17bbaaee03145d7fcc6 | |
parent | 34ded875067306961a684186cf23227b58802b28 [diff] |
ARM: uniphier: make dram_init() independent of SG_MEMCONF Currently, dram_init() code relies on the fact the DRAM size configuration exists in the SG_MEMCONF register. This will no longer be true for a planned new SoC, which will replace SG_MEMCONF with a different register. Refactor the hook in a more generic way. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>