commit | 1fedafb0ad7be1dbd1b97f3aeab5d48a7e7516fc | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 20:07:48 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 22:42:07 2019 +0900 |
tree | 3f6d78a628db83704009792325c71e3a0afeedd4 | |
parent | bdd7955f5501fba0a2c4c23ff4bd26ce10b8bce1 [diff] |
ARM: uniphier: set loadaddr at boot-time The base of DRAM will be changed for the next generation SoC. To support it along with existing SoCs in the single defconfig, set 'loadaddr' at boot-time by adding the offset to the DRAM base. CONFIG_SYS_LOAD_ADDR is still hard-coded for compilation, but the value from environment variable 'loadaddr' should be used. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>