From bd46959cea64c0f59846dd2f12d2e2f54bc88ee6 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 2 Jun 2015 01:48:25 +0000 Subject: [PATCH] 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. --- src/etc/etc.armv7/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.armv7/Makefile.inc b/src/etc/etc.armv7/Makefile.inc index a2bda39f..c9321bdb 100644 --- a/src/etc/etc.armv7/Makefile.inc +++ b/src/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