From 96cfc141562a66bbef089efaf29e8a95ae9f2b72 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Mon, 15 Jul 2013 07:01:30 +0000 Subject: Move the Raspberry Pi low level options out of the kernel config and into std.rpi + std.bcm2835. Reviewed by: imp --- sys/arm/conf/RPI-B | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'sys/arm/conf/RPI-B') diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 38db5dd..474f6a9 100644 --- a/sys/arm/conf/RPI-B +++ b/sys/arm/conf/RPI-B @@ -18,21 +18,10 @@ # $FreeBSD$ ident RPI-B -machine arm armv6 -cpu CPU_ARM1176 -files "../broadcom/bcm2835/files.bcm2835" +include "../broadcom/bcm2835/std.rpi" makeoptions MODULES_OVERRIDE="" -options KERNVIRTADDR=0xc0100000 -makeoptions KERNVIRTADDR=0xc0100000 -options KERNPHYSADDR=0x00100000 -makeoptions KERNPHYSADDR=0x00100000 -options PHYSADDR=0x00000000 -options STARTUP_PAGETABLE_ADDR=0x01000000 -options FREEBSD_BOOT_LOADER -options LINUX_BOOT_ABI - makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options HZ=100 -- cgit v1.1