Re: [PATCH] riscv: image: Use the first DRAM bank for bootm_low

2021-09-14 Thread Leo Liang
On Sun, Sep 12, 2021 at 11:26:45AM -0500, Samuel Holland wrote: > 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 lay

[PATCH] riscv: image: Use the first DRAM bank for bootm_low

2021-09-12 Thread Samuel Holland
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_BAS