commit | 963817b3d41bf4c1c25ca6f56c442851f2234b77 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 22 22:55:57 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 19:18:31 2016 -0400 |
tree | 970eff488c533017d3c27ea6161c15ef69308ce2 | |
parent | a6131a2f0eccc2be02d51f1ab2c8c3e1a62cb798 [diff] |
spl: Add a way to specify a list of device trees to include When building a FIT, more than one device tree can be included. The board can select (at run-time) the one that it wants. Add a Kconfig option to allow the list of devices trees (supported by the board) to be specified. When using SPL_LOAD_FIT, build u-boot.img in FIT format instead of the legacy image format. Include all the listed device tree files in this FIT. Signed-off-by: Simon Glass <sjg@chromium.org>