Re: [PATCH v2 08/16] lib: fdt: Add fdtdec_setup_mem_size_base_highest

2020-11-02 Thread Rick Chen
> 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 > Reviewed-by: S

[PATCH v2 08/16] lib: fdt: Add fdtdec_setup_mem_size_base_highest

2020-10-12 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 Reviewed-by: Simon Glass -