]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Makefile: Add (default) DEVICE_TREE to SPL FIT
authorKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Tue, 9 Feb 2021 18:41:55 +0000 (15:41 -0300)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commit4e040b4d245a09c4c9e2c3a9e0b023c5eb00a452
tree15bdf0e22d4b91640a2a4ac0c61b07ceb5742391
parentbdb7f2632bdc3baf910c5ef547df03df0ec0dbea
Makefile: Add (default) DEVICE_TREE to SPL FIT

U-boot allows the default device tree to be overridden from
the build environment using the DEVICE_TREE variable.

Make sure that we include it in the SPL FIT mkimage build step.

This also fixes a broken image in case CONFIG_OF_LIST and
CONFIG_OF_OVERLAY_LIST are unset (i.e., expected to be supplied
by the DEVICE_TREE env var).

Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Makefile