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 an RPI2_INSTALL



details:   https://anonhg.NetBSD.org/src/rev/e2bf783f1902
branches:  trunk
changeset: 336579:e2bf783f1902
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 06 22:29:06 2015 +0000

description:
Add an RPI2_INSTALL

diffstat:

 sys/arch/evbarm/conf/RPI2_INSTALL |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 914b2fc58607 -r e2bf783f1902 sys/arch/evbarm/conf/RPI2_INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/RPI2_INSTALL Fri Mar 06 22:29:06 2015 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: RPI2_INSTALL,v 1.1 2015/03/06 22:29:06 skrll Exp $
+#
+#      RPI2_INSTALL -- RPI2 kernel with installation-sized
+#      ramdisk
+#
+
+include "arch/evbarm/conf/RPI2"
+include "arch/evbarm/conf/INSTALL"
+
+no options     MEMORY_DISK_ROOT_SIZE
+options        MEMORY_DISK_ROOT_SIZE=29696
+
+makeoptions    RAMDISKNAME=sshramdisk
+no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index