mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
[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
a0f64f38a1
commit
301c7e4c49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312969
@ -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