commit | 7353ce385077f1eb82d08d2138f8482031071ead | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 20:07:46 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 22:42:06 2019 +0900 |
tree | a94fd78de8040f9ba9734b84b62576a1f9368bf4 | |
parent | f0f6a808a6e4d630b74f7f016b5f2d5de474a6c0 [diff] |
ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE The base address of DRAM was 0x80000000 for all the ARM SoCs of this family in the past. It will be changed to 0x20000000 for a planned new SoC. To support multiple SoCs by the single uniphier_v8_defconfig, the base must be run-time determined. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>