]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Add a way to specify a list of device trees to include
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:57 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:31 +0000 (19:18 -0400)
commitcdf172461caa1a2b29be54438628e4c227956565
tree970eff488c533017d3c27ea6161c15ef69308ce2
parentf1dcee59a2afc4cf39699eef7631edbff8693933
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>
Makefile
dts/Kconfig