From d1b019eee74ebc47645a57f4d5012484d7c1478e Mon Sep 17 00:00:00 2001 From: rpaulo Date: Thu, 25 Jul 2013 03:31:27 +0000 Subject: [PATCH] Enable modules for the BeagleBone and for the Raspberry Pi. --- sys/arm/conf/BEAGLEBONE | 3 +-- sys/arm/conf/RPI-B | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE index f6fe35e2b872..f2825ae5bd90 100644 --- a/sys/arm/conf/BEAGLEBONE +++ b/sys/arm/conf/BEAGLEBONE @@ -24,7 +24,6 @@ ident BEAGLEBONE include "../ti/am335x/std.beaglebone" -makeoptions MODULES_OVERRIDE="" makeoptions WITHOUT_MODULES="ahc" options HZ=100 @@ -82,7 +81,7 @@ device mmc # mmc/sd bus device mmcsd # mmc/sd flash cards # Boot device is 2nd slice on MMC/SD card -options ROOTDEVNAME=\"ufs:mmcsd0s2\" +options ROOTDEVNAME=\"ufs:mmcsd1s2\" # Console and misc device uart diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 474f6a9697bb..251bf55ac555 100644 --- a/sys/arm/conf/RPI-B +++ b/sys/arm/conf/RPI-B @@ -20,7 +20,6 @@ ident RPI-B include "../broadcom/bcm2835/std.rpi" -makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options HZ=100