Re: [PATCH 04/10] lib: fdt: Add fdtdec_setup_mem_size_base_highest

2020-10-11 Thread Simon Glass
On Tue, 29 Sep 2020 at 08:18, Sean Anderson wrote: > > This is very similar to fdtdec_setup_mem_size_base_lowest, except we pick > the highest ram bank, instead of the lowest. This is helpful for boards > which use separate but contiguous ram banks, as it leaves the most space > for loading

[PATCH 04/10] lib: fdt: Add fdtdec_setup_mem_size_base_highest

2020-09-29 Thread Sean Anderson
This is very similar to fdtdec_setup_mem_size_base_lowest, except we pick the highest ram bank, instead of the lowest. This is helpful for boards which use separate but contiguous ram banks, as it leaves the most space for loading programs. Signed-off-by: Sean Anderson --- include/fdtdec.h |