]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit87a3d8695970abf88e58adb893aea313fdfdd724
tree15bdf0e22d4b91640a2a4ac0c61b07ceb5742391
parent994cd4be9c7d506fdb77b8cd9f3b902198813099
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