Put option FDT into the base IMX6 config and remove it from the config

of boards based on IMX6.
This commit is contained in:
Ian Lepore 2014-08-31 15:25:40 +00:00
parent 46dd56e781
commit 93844d3203
4 changed files with 1 additions and 3 deletions

View File

@ -147,6 +147,7 @@ device u3g # USB modems
options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
# ARM and SoC-specific options
options FDT # Configure using FDT/DTB data.
options SMP # Enable multiple cores
options VFP # Enable floating point hardware support
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)

View File

@ -23,7 +23,6 @@ include "IMX6"
ident WANDBOARD-DUAL
# Flattened Device Tree
options FDT
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=wandboard-dual.dts

View File

@ -23,7 +23,6 @@ include "IMX6"
ident WANDBOARD-QUAD
# Flattened Device Tree
options FDT
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=wandboard-quad.dts

View File

@ -23,7 +23,6 @@ include "IMX6"
ident WANDBOARD-SOLO
# Flattened Device Tree
options FDT
options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=wandboard-solo.dts