Switch to Linux / device tree upstream names. U-boot uses these by

default, and the fewer changes relative to the upstream u-boot the
better.
Add compatibility links for the old names.
Add dts file for BeagleBone Green while we're here.
This commit is contained in:
imp 2017-01-28 05:07:55 +00:00
parent ffbba0af9b
commit f953e90030

View File

@ -1,8 +1,13 @@
# $FreeBSD$ # $FreeBSD$
# All the dts files for am335x systems we support. # All the dts files for am335x systems we support.
DTS= \ DTS= \
beaglebone.dts \ am335x-bone.dts \
beaglebone-black.dts \ am335x-boneblack.dts \
am335x-bonegreen.dts \
ufw.dts ufw.dts
LINKS= \
${DTBDIR}/am3335x-bone.dtb ${DTBDIR}/beaglebone.dtb \
${DTBDIR}/am3335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb
.include <bsd.dtb.mk> .include <bsd.dtb.mk>