diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-06-02 01:48:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-06-02 01:48:26 +0000 |
commit | 4c1c80ec9c63a8b27e46909384955c2c347c9208 (patch) | |
tree | 60518a032b74174e2a114b9ef7b7b8f16f227b31 /etc/etc.armv7/Makefile.inc | |
parent | adf54e3250d29012230b97783366b8cfb5aded90 (diff) |
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.
Diffstat (limited to 'etc/etc.armv7/Makefile.inc')
-rw-r--r-- | etc/etc.armv7/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |