Move FDT option to the main SoC file and mark boards config
as NO_UNIVERSE. Pointed out by: andrew Sponsored by: DARPA, AFRL
This commit is contained in:
parent
cb3c7e7f93
commit
38079cf572
@ -2,10 +2,11 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "X1000"
|
||||
ident CANNA
|
||||
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
makeoptions FDT_DTS_FILE=ingenic/canna.dts
|
||||
|
||||
|
@ -2,10 +2,11 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "JZ4780"
|
||||
ident CI20
|
||||
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
makeoptions FDT_DTS_FILE=ingenic/ci20.dts
|
||||
|
||||
@ -27,5 +28,4 @@ options ROOTDEVNAME=\"ufs:mmcsd0\"
|
||||
makeoptions TRAMPLOADADDR=0x88000000
|
||||
|
||||
#options VERBOSE_SYSINIT
|
||||
device dme
|
||||
options PRINTF_BUFR_SIZE=256
|
||||
|
@ -78,6 +78,8 @@ device da
|
||||
device mmc
|
||||
device mmcsd
|
||||
|
||||
device dme
|
||||
|
||||
# USB support
|
||||
options USB_DEBUG # enable debug msgs
|
||||
options USB_HOST_ALIGN=128 # L2 cache line size
|
||||
@ -90,3 +92,6 @@ device uhid # "Human Interface Devices"
|
||||
#device ulpt # Printer
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
device ums # Mouse
|
||||
|
||||
# FDT support
|
||||
options FDT
|
||||
|
@ -87,3 +87,6 @@ device mmcsd
|
||||
#device ulpt # Printer
|
||||
#device umass # Disks/Mass storage - Requires scbus and da
|
||||
#device ums # Mouse
|
||||
|
||||
# FDT support
|
||||
options FDT
|
||||
|
Loading…
x
Reference in New Issue
Block a user