diff options
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK-IMX | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK-OMAP | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK-SUNXI | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK-IMX b/sys/arch/armv7/conf/RAMDISK-IMX index 742f0d5cfab..cc6c528aefc 100644 --- a/sys/arch/armv7/conf/RAMDISK-IMX +++ b/sys/arch/armv7/conf/RAMDISK-IMX @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IMX,v 1.4 2013/10/28 14:10:41 patrick Exp $ +# $OpenBSD: RAMDISK-IMX,v 1.5 2013/11/01 20:26:51 jasper Exp $ # # GENERIC machine description file # @@ -161,5 +161,5 @@ pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk # RAMDISK stuff -options MINIROOTSIZE=5120 +options MINIROOTSIZE=10240 options RAMDISK_HOOKS diff --git a/sys/arch/armv7/conf/RAMDISK-OMAP b/sys/arch/armv7/conf/RAMDISK-OMAP index 40c51fe8c96..0e20ce08885 100644 --- a/sys/arch/armv7/conf/RAMDISK-OMAP +++ b/sys/arch/armv7/conf/RAMDISK-OMAP @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-OMAP,v 1.2 2013/09/05 11:48:42 patrick Exp $ +# $OpenBSD: RAMDISK-OMAP,v 1.3 2013/11/01 20:26:51 jasper Exp $ # # GENERIC machine description file # @@ -184,5 +184,5 @@ pseudo-device rd 1 # ram disk pseudo-device hotplug 1 # devices hot plugging # RAMDISK stuff -options MINIROOTSIZE=5120 +options MINIROOTSIZE=10240 options RAMDISK_HOOKS diff --git a/sys/arch/armv7/conf/RAMDISK-SUNXI b/sys/arch/armv7/conf/RAMDISK-SUNXI index 32d06fcf267..a9d8c0d5a4a 100644 --- a/sys/arch/armv7/conf/RAMDISK-SUNXI +++ b/sys/arch/armv7/conf/RAMDISK-SUNXI @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-SUNXI,v 1.2 2013/10/31 17:17:03 jasper Exp $ +# $OpenBSD: RAMDISK-SUNXI,v 1.3 2013/11/01 20:26:51 jasper Exp $ # # GENERIC machine description file # @@ -154,5 +154,5 @@ pseudo-device rd 1 # ram disk pseudo-device hotplug 1 # devices hot plugging # RAMDISK stuff -options MINIROOTSIZE=5120 +options MINIROOTSIZE=10240 options RAMDISK_HOOKS |