commit | dd573b6b213e859b9d705aabee3ba09e7e7012d2 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Sep 12 11:26:45 2021 -0500 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Oct 07 16:08:23 2021 +0800 |
tree | 8505651a351e1ffd112d169519837ea575935294 | |
parent | 0d625f400bcab5361484a5446aa54133fd6fe213 [diff] |
riscv: image: Use the first DRAM bank for bootm_low bootm_low is used as a base address is used to allocate space for the FDT blob, initrd, cmdline, etc. when booting Linux. Set the default value for RISC-V to the start of the first DRAM bank, so platforms can get their DRAM layout from the device tree, and do not need to define CONFIG_SYS_SDRAM_BASE. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>