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)
This commit is contained in:
parent
4a0f7f1c10
commit
34238cb7b3
@ -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
|
||||
|
7
sys/modules/dtb/mv/Makefile
Normal file
7
sys/modules/dtb/mv/Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user