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 enable initrd support



details:   https://anonhg.NetBSD.org/src/rev/974d95b3dd58
branches:  trunk
changeset: 825480:974d95b3dd58
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 16 21:40:28 2017 +0000

description:
enable initrd support

diffstat:

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

diffs (17 lines):

diff -r 6614965a6c1b -r 974d95b3dd58 sys/arch/evbarm/conf/std.vexpress
--- a/sys/arch/evbarm/conf/std.vexpress Sun Jul 16 21:19:38 2017 +0000
+++ b/sys/arch/evbarm/conf/std.vexpress Sun Jul 16 21:40:28 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index