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:
Emmanuel Vadot 2018-08-30 14:32:10 +00:00
parent f554293615
commit 522a17253e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338397

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>