Enable modules for the BeagleBone and for the Raspberry Pi.
This commit is contained in:
parent
1e215bb36e
commit
d1b019eee7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user