]> Git Repo - J-u-boot.git/commit
Makefile: Add (default) DEVICE_TREE to SPL FIT
authorKlaus Heinrich Kiwi <[email protected]>
Tue, 9 Feb 2021 18:41:55 +0000 (15:41 -0300)
committerTom Rini <[email protected]>
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 <[email protected]>
Makefile
This page took 0.0334 seconds and 4 git commands to generate.