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>
Wed, 9 Oct 2019 18:44:50 +0000 (20:44 +0200)
commit830000855eb6ad0991ec943e8ec2fcd7670b0038
tree6c789fa876adaefe7bf38ad5a29575294c3c7110
parent60ff8bf512d5b678754aed6aa5916aad950fdb89
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>
(cherry picked from commit 205e0939f0a141a1524d94eaf84407ddcb6a1a09)
scripts/mkits.sh