build: make device tree arg really optional in mkits.sh
authorJohann Neuhauser <jneuhauser@dh-electronics.com>
Mon, 16 Sep 2019 09:42:49 +0000 (11:42 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 19 Sep 2019 21:43:27 +0000 (23:43 +0200)
commit205e0939f0a141a1524d94eaf84407ddcb6a1a09
tree565244c14770afbb69ab075d18fa9354d4e8d65a
parent315405f36b0dcad6ed4bd1baaf858c36790f5735
build: make device tree arg really optional in mkits.sh

If no device tree is given there is no node generated, but
the configuration does still include the name of the missing node.
This will result in a successful build fit image, but bootm does
throw a error message if we want to boot the bad configuration.

Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com>
scripts/mkits.sh