blob: ff3d8a807b1b7e8dc881a2c2fe5308e211c1bcd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#$FreeBSD: src/sys/arm/at91/std.kb920x,v 1.4.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
include "../at91/std.at91"
files "../at91/files.kb920x"
options STARTUP_PAGETABLE_ADDR=0x20800000
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
|