> 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 <sean...@gmail.com> > Reviewed-by: Simon Glass <s...@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 <r...@andestech.com>