Author: jchandra
Date: Wed Oct 19 14:38:01 2011
New Revision: 226545
URL: http://svn.freebsd.org/changeset/base/226545

Log:
  Keep FDT options commented until dtc is build by default for mips
  
  Otherwise automated builds will fail for XLP and XLP64

Modified:
  head/sys/mips/conf/XLP
  head/sys/mips/conf/XLP64

Modified: head/sys/mips/conf/XLP
==============================================================================
--- head/sys/mips/conf/XLP      Wed Oct 19 13:13:56 2011        (r226544)
+++ head/sys/mips/conf/XLP      Wed Oct 19 14:38:01 2011        (r226545)
@@ -95,6 +95,6 @@ device                pci
 device         ether
 #
 # FDT support 
-options         FDT
-options         FDT_DTB_STATIC
-makeoptions     FDT_DTS_FILE=xlp-basic.dts
+#options         FDT
+#options         FDT_DTB_STATIC
+#makeoptions     FDT_DTS_FILE=xlp-basic.dts

Modified: head/sys/mips/conf/XLP64
==============================================================================
--- head/sys/mips/conf/XLP64    Wed Oct 19 13:13:56 2011        (r226544)
+++ head/sys/mips/conf/XLP64    Wed Oct 19 14:38:01 2011        (r226545)
@@ -97,6 +97,6 @@ device                pci
 device         ether
 
 # FDT support 
-options         FDT
-options         FDT_DTB_STATIC
-makeoptions     FDT_DTS_FILE=xlp-basic.dts
+#options         FDT
+#options         FDT_DTB_STATIC
+#makeoptions     FDT_DTS_FILE=xlp-basic.dts
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to