[am335x] Fix DTB name in LINKS variable

Fix apparent typo introduced by r312915, upstream DTBs are
am335x-* not am3335x-*
This commit is contained in:
gonzo 2017-01-29 22:06:52 +00:00
parent 82ecdbf179
commit 96db43ce1f

View File

@ -7,7 +7,7 @@ DTS= \
ufw.dts
LINKS= \
${DTBDIR}/am3335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
${DTBDIR}/am3335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
.include <bsd.dtb.mk>