diff options
Diffstat (limited to 'sys/arm/conf/RPI-B')
-rw-r--r-- | sys/arm/conf/RPI-B | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 58fbbbf..7e7d3ac 100644 --- a/sys/arm/conf/RPI-B +++ b/sys/arm/conf/RPI-B @@ -44,7 +44,8 @@ options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories device snp -#options NFSCL #Network Filesystem Client +options NFSCL #Network Filesystem Client + #options NFS_ROOT #NFS usable as /, requires NFSCLIENT #options BOOTP_NFSROOT #options BOOTP_COMPAT @@ -73,13 +74,12 @@ device pl011 device pty -# NOTE: serial console will be disabled if syscons enabled -# Uncomment following lines for framebuffer/syscons support -# device sc -# device kbdmux -# options SC_DFLT_FONT # compile font in -# makeoptions SC_DFLT_FONT=cp437 -# device ukbd +# Comment following lines for boot console on serial port +device sc +device kbdmux +options SC_DFLT_FONT # compile font in +makeoptions SC_DFLT_FONT=cp437 +device ukbd device sdhci device mmc |