On Thu, Jun 07, 2018 at 01:29:00PM +0100, Ibai Erkiaga wrote:

> Create a new KConfig entry to define FIT image position for
> SPL RAM mode.
> 
> Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elo...@xilinx.com>
> ---
> 
>  Kconfig                      | 7 +++++++
>  common/spl/spl_ram.c         | 4 ----
>  scripts/config_whitelist.txt | 1 -
>  3 files changed, 7 insertions(+), 5 deletions(-)

There's two problems here.  The first, which I fixed quickly, is that
you need to run moveconfig.py too.  The second, which is harder, is that
we first need a new SPL_RAM_LOAD_ADDRESS option added and used in
common/spl/spl_ram.c as that overloads SPL_FIT_LOAD_ADDRESS and uses it
on platforms (such as all of SoCFPA) which do not set SPL_FIT_LOAD /
SPL_FIT_LOAD_ADDRESS.  Thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to