From 195ca059741a78a7c9fde668fd12da1c7ebe9e8f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 23 Jun 2019 14:34:10 +0000 Subject: Create space for the bootloader/firmware for Rockchip SoCs by leaving more empty space before the MS-DOS and OpenBSD partitions. Also make sure we don't overwrite the firmware with the Pine64 on anything but the Pine64 and Pine64+. With help from jsg@ ok deraadt@, jsg@, patrick@ --- distrib/arm64/ramdisk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/arm64/ramdisk/Makefile') diff --git a/distrib/arm64/ramdisk/Makefile b/distrib/arm64/ramdisk/Makefile index b069a36fb0d..674337e99d2 100644 --- a/distrib/arm64/ramdisk/Makefile +++ b/distrib/arm64/ramdisk/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.14 2019/05/03 20:03:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2019/06/23 14:34:09 kettenis Exp $ FS= miniroot${OSrev}.fs -FSSIZE= 43008 +FSSIZE= 67584 FSDISKTYPE= miniroot MOUNT_POINT= /mnt MTREE= ${UTILS}/mtree.conf RAMDISK= RAMDISK -MSDOSSTART= 8192 +MSDOSSTART= 32768 MSDOSSIZE= 8192 FFSSTART!= expr ${MSDOSSTART} + ${MSDOSSIZE} -- cgit v1.2.3