Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Revert symspace back to 3 megs so that ...



details:   https://anonhg.NetBSD.org/src/rev/2c749c6a3531
branches:  trunk
changeset: 766105:2c749c6a3531
user:      ober <ober%NetBSD.org@localhost>
date:      Wed Jun 15 17:17:37 2011 +0000

description:
Revert symspace back to 3 megs so that beagleboards boots again.

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARD |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5f6f9fb1a3f5 -r 2c749c6a3531 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Jun 15 15:22:56 2011 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Wed Jun 15 17:17:37 2011 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.19 2011/04/12 18:09:11 ahoka Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.20 2011/06/15 17:17:37 ober Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -142,7 +142,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=530000
+options        SYMTAB_SPACE=300000
 
 ## USB Debugging options
 options USB_DEBUG



Home | Main Index | Thread Index | Old Index