dtb: Add LINKS for omap4 DTBs

We do not use the upstream name so add links so u-boot can load the dtb
for us.

Approved by:	re (rgrimes)
This commit is contained in:
manu 2018-08-30 14:32:10 +00:00
parent e0e589a554
commit 85cafe70f8

View File

@ -5,4 +5,8 @@ DTS= \
pandaboard.dts \
pandaboard-es.dts
LINKS= \
${DTBDIR}/pandaboard.dtb ${DTBDIR}/omap4-panda.dtb \
${DTBDIR}/pandaboard-es.dtb ${DTBDIR}/omap4-panda-es.dtb
.include <bsd.dtb.mk>