Move including std.bcm2835 to the RPI-B kernel config. The std.rpi file

will be shared between the existing Raspberry Pi config, and the new
Raspberry Pi 2 config.

MFC after:	1 week
This commit is contained in:
andrew 2015-03-24 19:01:42 +00:00
parent e34ea5ab91
commit 69b5a53167
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# $FreeBSD$
include "../broadcom/bcm2835/std.bcm2835"
options KERNVIRTADDR=0xc0100000
makeoptions KERNVIRTADDR=0xc0100000
options KERNPHYSADDR=0x00100000

View File

@ -21,6 +21,7 @@
ident RPI-B
include "../broadcom/bcm2835/std.rpi"
include "../broadcom/bcm2835/std.bcm2835"
options HZ=100
options SCHED_4BSD # 4BSD scheduler