blob: d4366574ce79c3af22fc0a88f8fd7a656dbee7af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: RPI2_INSTALL,v 1.3 2017/10/28 00:40:46 pgoyette 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=56524
makeoptions RAMDISKNAME=sshramdisk
no makeoptions DEBUG
|