Module Name:    src
Committed By:   martin
Date:           Wed Apr 29 19:05:51 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: CUBIEBOARD

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/CUBIEBOARD

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/CUBIEBOARD
diff -u src/sys/arch/evbarm/conf/CUBIEBOARD:1.40 src/sys/arch/evbarm/conf/CUBIEBOARD:1.41
--- src/sys/arch/evbarm/conf/CUBIEBOARD:1.40	Mon Apr 20 00:09:48 2015
+++ src/sys/arch/evbarm/conf/CUBIEBOARD	Wed Apr 29 19:05:51 2015
@@ -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 @@ options 	AWIN_CONSOLE_EARLY
 
 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

Reply via email to