From 4c1c80ec9c63a8b27e46909384955c2c347c9208 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 2 Jun 2015 01:48:26 +0000 Subject: Rename the imx miniroot to nitrogen as it creates "6x_bootscript". Add a miniroot for the CuBox-i which needs u-boot at a particular offset in the sd image to boot. Based on changes made by Patrick Wildt in bitrig. --- etc/etc.armv7/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/etc.armv7/Makefile.inc') diff --git a/etc/etc.armv7/Makefile.inc b/etc/etc.armv7/Makefile.inc index a2bda39f9ef..c9321bdb1b3 100644 --- a/etc/etc.armv7/Makefile.inc +++ b/etc/etc.armv7/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2015/05/20 01:44:20 jsg Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2015/06/02 01:48:25 jsg Exp $ ALLSOC=IMX OMAP SUNXI MDEXT= bsd.rd @@ -24,5 +24,5 @@ kernels: bootblocks ${ALL_KERNELS} .endfor MDEXT+= miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ - miniroot-imx-${OSrev}.fs miniroot-panda-${OSrev}.fs \ - miniroot-cubie-${OSrev}.fs + miniroot-cubie-${OSrev}.fs miniroot-cubox-${OSrev}.fs \ + miniroot-nitrogen-${OSrev}.fs miniroot-panda-${OSrev}.fs -- cgit v1.2.3