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:
parent
ffbba0af9b
commit
f953e90030
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user