Put option FDT into the base IMX6 config and remove it from the config
of boards based on IMX6.
This commit is contained in:
parent
46dd56e781
commit
93844d3203
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user