1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Opt-in rather than opt-out of the SoC. We don't really support

running with multiple SoCs compiled in very well anyway, so this just
wastes space.  As more and more SoCs arrive in the tree, it is better
to edit one master file that builds them all than many board files.
This commit is contained in:
Warner Losh 2012-07-01 06:34:17 +00:00
parent a77d787342
commit bb64064e5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237881
7 changed files with 7 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
files "../at91/files.at91"
files "../at91/files.at91"
cpu CPU_ARM9
makeoptions CONF_CFLAGS=-mcpu=arm9
options PHYSADDR=0x20000000

View File

@ -1,13 +1,9 @@
# $FreeBSD$
files "../at91/files.at91"
files "../at91/files.at91"
cpu CPU_ARM9
makeoptions CONF_CFLAGS=-mcpu=arm9
options PHYSADDR=0x20000000
# bring in the sam specific timers and such
device at91sam9
device at91sam9260
device at91sam9g20
device at91sam9x25

View File

@ -8,5 +8,4 @@ options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_ethernut5
nodevice at91sam9g20
nodevice at91sam9x25
device at91sam9260

View File

@ -8,3 +8,4 @@ options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_hl201
device at91sam9g20

View File

@ -8,3 +8,4 @@ options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_qila9g20
device at91sam9g20

View File

@ -8,3 +8,4 @@ options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_sam9g20ek
device at91sam9g20

View File

@ -8,5 +8,4 @@ options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_sam9x25ek
nodevice at91sam9g20
nodevice at91sam9260
device at91sam9x25