mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
memory at the end of the kernel. This helps reduce the SoC and board specific configuration required. Reviewed by: bsdimp Tested by: jmg (armeb), br
10 lines
232 B
Text
10 lines
232 B
Text
# $FreeBSD$
|
|
include "../at91/std.at91sam9"
|
|
|
|
makeoptions KERNPHYSADDR=0x20000000
|
|
makeoptions KERNVIRTADDR=0xc0000000
|
|
options KERNPHYSADDR=0x20000000
|
|
options KERNVIRTADDR=0xc0000000
|
|
|
|
device at91_board_ethernut5
|
|
device at91sam9260
|