blob: 5376955b6bf8052b5452f4efd429fe023f470446 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#$FreeBSD$
include "../at91/std.at91sam9g45"
makeoptions KERNPHYSADDR=0x70008000
options KERNPHYSADDR=0x70008000
makeoptions KERNVIRTADDR=0xc0008000
options KERNVIRTADDR=0xc0008000
device at91sam9g45
device at91_board_sn9g45
|