
8 Dec
2017
8 Dec
'17
6:11 p.m.
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 | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-)
Applied to u-boot-dm thanks!