Author: loos
Date: Tue May  9 18:12:05 2017
New Revision: 318068
URL: https://svnweb.freebsd.org/changeset/base/318068

Log:
  Disable the build of the static/embedded DTB for the ARMADA38X kernel.
  
  Build the supported DTBs as part of modules build.
  
  MFC after:    2 weeks
  Sponsored by: Rubicon Communications, LLC (Netgate)

Added:
  head/sys/modules/dtb/mv/
  head/sys/modules/dtb/mv/Makefile   (contents, props changed)
Modified:
  head/sys/arm/conf/ARMADA38X

Modified: head/sys/arm/conf/ARMADA38X
==============================================================================
--- head/sys/arm/conf/ARMADA38X Tue May  9 17:35:16 2017        (r318067)
+++ head/sys/arm/conf/ARMADA38X Tue May  9 18:12:05 2017        (r318068)
@@ -12,6 +12,7 @@ ident         ARMADA38X
 options        SOC_MV_ARMADA38X
 
 makeoptions    WERROR="-Werror"
+makeoptions    MODULES_EXTRA="dtb/mv"
 
 options        MD_ROOT
 #makeoptions   MFS_IMAGE=/path/to/miniroot
@@ -78,7 +79,5 @@ device                cryptodev
 # L2 Cache
 device         pl310
 
-#FDT
+# FDT
 options        FDT
-options        FDT_DTB_STATIC
-makeoptions    FDT_DTS_FILE=armada-388-gp.dts

Added: head/sys/modules/dtb/mv/Makefile
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/modules/dtb/mv/Makefile    Tue May  9 18:12:05 2017        
(r318068)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+# All the dts files for Marvell systems we support.
+DTS=   \
+       armada-388-clearfog.dts \
+       armada-388-gp.dts
+
+.include <bsd.dtb.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to