commit | 6767ec748a242f03e1214ee65a859271fe21c7f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 13 18:55:04 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 12 19:53:45 2017 -0700 |
tree | 68ca1348291cad80d0703d55e18242fa1d21952e | |
parent | 867a398ad355ca9285986906a44785c447a8d5c3 [diff] |
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>