mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -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
277 B
Text
11 lines
277 B
Text
# $FreeBSD$
|
|
|
|
include "../broadcom/bcm2835/std.bcm2835"
|
|
|
|
options KERNVIRTADDR=0xc0100000
|
|
makeoptions KERNVIRTADDR=0xc0100000
|
|
options KERNPHYSADDR=0x00100000
|
|
makeoptions KERNPHYSADDR=0x00100000
|
|
options PHYSADDR=0x00000000
|
|
options FREEBSD_BOOT_LOADER
|
|
options LINUX_BOOT_ABI
|