View | Details | Raw Unified | Return to bug 198460
Collapse All | Expand All

(-)sys/arm/conf/BEAGLEBONE (working copy) (-2 / +3 lines)
Lines 165-169 Link Here
165
165
166
# Flattened Device Tree
166
# Flattened Device Tree
167
options        FDT                     # Configure using FDT/DTB data
167
options        FDT                     # Configure using FDT/DTB data
168
options        FDT_DTB_STATIC
168
#options       FDT_DTB_STATIC
169
makeoptions    FDT_DTS_FILE=beaglebone.dts
169
#makeoptions   FDT_DTS_FILE=beaglebone.dts
170
makeoptions    MODULES_EXTRA=dtb/beaglebone
(-)sys/modules/dtb/beaglebone/Makefile (working copy) (+4 lines)
Line 0 Link Here
1
DTS=   beaglebone.dts \
2
       beaglebone-black.dts
3
4
.include <bsd.dtb.mk>

Return to bug 198460