blob: 7793a83b1a64475a057b494bf368c04ca83b7c5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
include "../at91/std.at91sam9"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_ethernut5
device at91sam9260
|