Enable modules for the BeagleBone and for the Raspberry Pi.

This commit is contained in:
Rui Paulo 2013-07-25 03:31:27 +00:00
parent 5e3a17c0b9
commit 54d04d168c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253634
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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