[am335x] Fix DTB name in LINKS variable

Fix apparent typo introduced by r312915, upstream DTBs are
am335x-* not am3335x-*
This commit is contained in:
Oleksandr Tymoshenko 2017-01-29 22:06:52 +00:00
parent a0f64f38a1
commit 301c7e4c49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312969

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>