[U-Boot] spl: Kconfig: SPL_LOAD_FIT_ADDRESS to Kconfig

Tom Rini trini at konsulko.com
Tue Jul 10 18:47:50 UTC 2018


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-elorza at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180710/e1689c49/attachment.sig>


More information about the U-Boot mailing list