Module Name: src
Committed By: riz
Date: Sun Aug 11 17:18:56 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
Bump symtab space.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/RPI
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.38 src/sys/arch/evbarm/conf/RPI:1.39
--- src/sys/arch/evbarm/conf/RPI:1.38 Wed Aug 7 14:43:58 2013
+++ src/sys/arch/evbarm/conf/RPI Sun Aug 11 17:18:56 2013
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.38 2013/08/07 14:43:58 skrll Exp $
+# $NetBSD: RPI,v 1.39 2013/08/11 17:18:56 riz Exp $
#
# RPi -- Raspberry Pi
#
@@ -139,7 +139,7 @@ options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB,KGDB_PLCOMUNIT=0,KGDB_DEVRATE=115200,KGDB_CONMODE=0xB00
makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=810000
+options SYMTAB_SPACE=820000
options PLCONSOLE
#options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=115200,PLCONMODE=0xB00