]> git.ipfire.org Git - people/ms/u-boot.git/commit
binman: Add binman support to spl_ram.c
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:55:04 +0000 (18:55 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
commitdfce1799e71fd6f36efcea2867b668ab5665e7e1
tree68ca1348291cad80d0703d55e18242fa1d21952e
parent8bee2d251afb61c203aa94877cf5077731822ed5
binman: Add binman support to spl_ram.c

SPL supports reading U-Boot from a RAM location. At present this is
hard-coded to the U-Boot text base address. Use binman to allow this to
come from the image file, if binman is used.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl_ram.c