[PATCH v2 08/16] lib: fdt: Add fdtdec_setup_mem_size_base_highest
Rick Chen
rickchen36 at gmail.com
Tue Nov 3 08:14:29 CET 2020
> 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 <seanga2 at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
> include/fdtdec.h | 19 ++++++++++++++++++-
> lib/fdtdec.c | 34 +++++++++++++++++++++++++++++-----
> 2 files changed, 47 insertions(+), 6 deletions(-)
>
Reviewed-by: Rick Chen <rick at andestech.com>
More information about the U-Boot
mailing list