blob: a71059c0362e28bed2bfd0cc4ea8aa87367ad680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: RPI_INSTALL,v 1.14 2020/03/26 07:38:31 skrll Exp $
#
# RPI_INSTALL -- RPI kernel with installation-sized
# ramdisk
#
include "arch/evbarm/conf/RPI"
include "arch/evbarm/conf/INSTALL"
no options MEMORY_DISK_ROOT_SIZE
options MEMORY_DISK_ROOT_SIZE=90000
makeoptions RAMDISKNAME=sshramdisk
no makeoptions DEBUG
|