board/beaglebone: skip bonegreen.dtb if not built
authorLothar Felten <lothar.felten@gmail.com>
Fri, 11 Aug 2017 19:03:03 +0000 (21:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 11 Aug 2017 20:36:39 +0000 (22:36 +0200)
commitf121eeb645d131efc2128917bed391250296c57f
tree686fc63b193b4139a84332f7a3aff33ac47ae640
parent6361a50e3f813c81d49636ee92a427442b9a2160
board/beaglebone: skip bonegreen.dtb if not built

The beaglebone_qt5_defconfig uses an older kernel version which does not
provide a device tree for the beagle bone green.
post-image.sh now selects genimage_linux41.cfg if am335x-bonegreen.dtb is
not build and genimage.cfg otherwise.

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
[Thomas: minor tweaks.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/beaglebone/genimage_linux41.cfg [new file with mode: 0644]
board/beaglebone/post-image.sh