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)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 10 Oct 2019 15:53:53 +0000 (11:53 -0400)
commitbf60b8b93874297d31720c3114a463db1cc1d9ed
treecda24a4272b2b645f93ca45608ee90c8dbf7fa99
parent4fa54812413cd415daacb191e71eb86cd9a2d65b
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