Module Name:    src
Committed By:   jmcneill
Date:           Sun Jul 16 21:40:28 UTC 2017

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

Log Message:
enable initrd support


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

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.vexpress
diff -u src/sys/arch/evbarm/conf/std.vexpress:1.6 src/sys/arch/evbarm/conf/std.vexpress:1.7
--- src/sys/arch/evbarm/conf/std.vexpress:1.6	Wed Jul  5 01:08:44 2017
+++ src/sys/arch/evbarm/conf/std.vexpress	Sun Jul 16 21:40:28 2017
@@ -1,4 +1,4 @@
-#       $NetBSD: std.vexpress,v 1.6 2017/07/05 01:08:44 jmcneill Exp $
+#       $NetBSD: std.vexpress,v 1.7 2017/07/16 21:40:28 jmcneill Exp $
 #
 # standard NetBSD/evbarm for VEXPRESS options
 
@@ -30,3 +30,7 @@ makeoptions     CPUFLAGS="-mcpu=cortex-a
 options         ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
 options         ARM_GENERIC_TODR
 
+# initrd support
+options         MEMORY_DISK_HOOKS
+options         MEMORY_DISK_DYNAMIC
+pseudo-device   md

Reply via email to