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 Add 4KiB more of SYMTAB_SPACE to fix MV...



details:   https://anonhg.NetBSD.org/src/rev/3eb287dd5d3c
branches:  trunk
changeset: 773746:3eb287dd5d3c
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Feb 15 01:38:46 2012 +0000

description:
Add 4KiB more of SYMTAB_SPACE to fix MV2120_INSTALL build.

diffstat:

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

diffs (17 lines):

diff -r 511c3f06a935 -r 3eb287dd5d3c sys/arch/evbarm/conf/MV2120
--- a/sys/arch/evbarm/conf/MV2120       Tue Feb 14 22:27:20 2012 +0000
+++ b/sys/arch/evbarm/conf/MV2120       Wed Feb 15 01:38:46 2012 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: MV2120,v 1.5 2012/02/14 15:09:03 jakllsch Exp $
+#      $NetBSD: MV2120,v 1.6 2012/02/15 01:38:46 jakllsch Exp $
 #
 #  This configuration supports for HP MV2120/MV5140/MV5150.
 
 include        "arch/evbarm/conf/std.mv2120"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
-options        SYMTAB_SPACE="(1024 * 908)"
+options        SYMTAB_SPACE="(1024 * 912)"
 
 makeoptions    DEBUG="-g"
 



Home | Main Index | Thread Index | Old Index