
8 Mar
2017
8 Mar
'17
10:01 p.m.
On 28 February 2017 at 19:25, Andre Przywara andre.przywara@arm.com wrote:
Now that we can store a DT name in the SPL header, use this string (if available) when finding the right DT blob to load for U-Boot proper. This allows a generic U-Boot (proper) image to be combined with a bunch of supported DTs, with just the SPL (possibly only that string) to be different. Eventually this string can be written after the build process by some firmware update tool.
Or perhaps placed in the device tree attached to SPL, if there is one.
Signed-off-by: Andre Przywara andre.przywara@arm.com
board/sunxi/board.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org