FreeBSD Bugzilla – Attachment 154093 Details for
Bug 198460
[PATCH] Remove static DTB for BEAGLEBONE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove static dtb
beaglebone-dynamic-dtb.diff (text/plain), 1.15 KB, created by
Emmanuel Vadot
on 2015-03-09 17:01:26 UTC
(
hide
)
Description:
remove static dtb
Filename:
MIME Type:
Creator:
Emmanuel Vadot
Created:
2015-03-09 17:01:26 UTC
Size:
1.15 KB
patch
obsolete
>Index: sys/arm/conf/BEAGLEBONE >=================================================================== >--- sys/arm/conf/BEAGLEBONE (revision 279809) >+++ sys/arm/conf/BEAGLEBONE (working copy) >@@ -165,5 +165,6 @@ > > # Flattened Device Tree > options FDT # Configure using FDT/DTB data >-options FDT_DTB_STATIC >-makeoptions FDT_DTS_FILE=beaglebone.dts >+#options FDT_DTB_STATIC >+#makeoptions FDT_DTS_FILE=beaglebone.dts >+makeoptions MODULES_EXTRA=dtb/beaglebone >Index: sys/modules/dtb/beaglebone/Makefile >=================================================================== >--- sys/modules/dtb/beaglebone/Makefile (revision 0) >+++ sys/modules/dtb/beaglebone/Makefile (working copy) >@@ -0,0 +1,4 @@ >+DTS= beaglebone.dts \ >+ beaglebone-black.dts >+ >+.include <bsd.dtb.mk> > >Property changes on: sys/modules/dtb/beaglebone/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198460
: 154093