mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -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
11 lines
233 B
Text
11 lines
233 B
Text
#$FreeBSD$
|
|
include "../at91/std.at91sam9g45"
|
|
|
|
makeoptions KERNPHYSADDR=0x70008000
|
|
options KERNPHYSADDR=0x70008000
|
|
makeoptions KERNVIRTADDR=0xc0008000
|
|
options KERNVIRTADDR=0xc0008000
|
|
|
|
device at91sam9g45
|
|
device at91_board_sn9g45
|
|
|