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:
parent
a77d787342
commit
bb64064e5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237881
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
files "../at91/files.at91"
|
||||
files "../at91/files.at91"
|
||||
cpu CPU_ARM9
|
||||
makeoptions CONF_CFLAGS=-mcpu=arm9
|
||||
options PHYSADDR=0x20000000
|
||||
|
@ -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
|
||||
|
@ -8,5 +8,4 @@ options KERNPHYSADDR=0x20000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
|
||||
device at91_board_ethernut5
|
||||
nodevice at91sam9g20
|
||||
nodevice at91sam9x25
|
||||
device at91sam9260
|
||||
|
@ -8,3 +8,4 @@ options KERNPHYSADDR=0x20000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
|
||||
device at91_board_hl201
|
||||
device at91sam9g20
|
||||
|
@ -8,3 +8,4 @@ options KERNPHYSADDR=0x20000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
|
||||
device at91_board_qila9g20
|
||||
device at91sam9g20
|
||||
|
@ -8,3 +8,4 @@ options KERNPHYSADDR=0x20000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
|
||||
device at91_board_sam9g20ek
|
||||
device at91sam9g20
|
||||
|
@ -8,5 +8,4 @@ options KERNPHYSADDR=0x20000000
|
||||
options KERNVIRTADDR=0xc0000000
|
||||
|
||||
device at91_board_sam9x25ek
|
||||
nodevice at91sam9g20
|
||||
nodevice at91sam9260
|
||||
device at91sam9x25
|
||||
|
Loading…
Reference in New Issue
Block a user