From 35ab4bcc2916140bca3f2183ac5a101cd0b2bf81 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 3 Aug 2018 22:04:00 +0000 Subject: [PATCH] dtb: am335x: Remove links and add more dts The links were to cope with the switch to upstream dts. We don't need them anymore. While here add the rest of the beaglebone family dts as u-boot is common on all those boards and load the dtb based on the product name. This just miss the pocketbeagle variant as it's not yet in sys/gnu/dts but will be with the Linux 4.18 dts import. --- sys/modules/dtb/am335x/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/modules/dtb/am335x/Makefile b/sys/modules/dtb/am335x/Makefile index 1e49e7ee0d8..09c8d8d89e6 100644 --- a/sys/modules/dtb/am335x/Makefile +++ b/sys/modules/dtb/am335x/Makefile @@ -3,11 +3,10 @@ DTS= \ am335x-bone.dts \ am335x-boneblack.dts \ + am335x-boneblack-wireless.dts \ am335x-bonegreen.dts \ + am335x-bonegreen-wireless.dts \ + am335x-boneblue.dts \ ufw.dts -LINKS= \ - ${DTBDIR}/am335x-bone.dtb ${DTBDIR}/beaglebone.dtb \ - ${DTBDIR}/am335x-boneblack.dtb ${DTBDIR}/beaglebone-black.dtb - .include