Module Name:    src
Committed By:   aymeric
Date:           Sun Oct 28 15:00:19 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: std.altera

Log Message:
Define __HAVE_GENERIC_START now that it works; former startup files were
removed anyway...


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.altera

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/std.altera
diff -u src/sys/arch/evbarm/conf/std.altera:1.5 src/sys/arch/evbarm/conf/std.altera:1.6
--- src/sys/arch/evbarm/conf/std.altera:1.5	Thu Oct 18 09:01:54 2018
+++ src/sys/arch/evbarm/conf/std.altera	Sun Oct 28 15:00:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: std.altera,v 1.5 2018/10/18 09:01:54 skrll Exp $
+# $NetBSD: std.altera,v 1.6 2018/10/28 15:00:19 aymeric Exp $
 
 machine 	evbarm	arm
 
@@ -15,6 +15,7 @@ options 	ARM_INTR_IMPL="<arch/arm/fdt/fd
 options 	__HAVE_FAST_SOFTINTS
 options 	__HAVE_CPU_COUNTER
 options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
+options 	__HAVE_GENERIC_START
 options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options 	__BUS_SPACE_HAS_STREAM_METHODS
 

Reply via email to