commit | cdb3b22556c47d56171077989e0a5659ef2eae43 | [log] [tgz] |
---|---|---|
author | Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> | Tue Feb 09 15:41:55 2021 -0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 16:51:48 2021 -0500 |
tree | 15bdf0e22d4b91640a2a4ac0c61b07ceb5742391 | |
parent | ae5073f6aa56ee4739a4eb4fb50810622a625ce3 [diff] |
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>