[am335x] Fix DTB name in LINKS variable
Fix apparent typo introduced by r312915, upstream DTBs are am335x-* not am3335x-*
This commit is contained in:
parent
82ecdbf179
commit
96db43ce1f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user