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 options COPY_SYMTAB to make module ...



details:   https://anonhg.NetBSD.org/src/rev/d99c9ab86020
branches:  trunk
changeset: 337834:d99c9ab86020
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 29 19:05:51 2015 +0000

description:
Add options COPY_SYMTAB to make module loading (and /dev/ksyms) work again.

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 82f5341709a6 -r d99c9ab86020 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Wed Apr 29 17:43:06 2015 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Wed Apr 29 19:05:51 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.40 2015/04/20 00:09:48 matt Exp $
+#      $NetBSD: CUBIEBOARD,v 1.41 2015/04/29 19:05:51 martin Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -17,6 +17,10 @@
 
 include                "arch/evbarm/conf/GENERIC.common"
 
+# u-boot images contain kernels w/o any symbols, so we need to copy
+# them over to kernel text
+makeoptions    COPY_SYMTAB=1
+
 ## USB Debugging options
 options        USB_DEBUG
 options        EHCI_DEBUG



Home | Main Index | Thread Index | Old Index