diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-01-26 01:55:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-01-26 01:55:56 +0000 |
commit | 5c9fb779da79fd7e7451055c874fc31295b22d06 (patch) | |
tree | 108640e70d77021173d78bb1e0c0e6d754f967cd /etc/etc.armv7/Makefile.inc | |
parent | c93c28ddbd10b595b059b57e708baf92fe431c33 (diff) |
Rename miniroot-sunxi to miniroot-cubie as the u-boot included
in the image is for Cubieboard1. Discussed with bmercer@
While here switch from using the separate spl and u-boot images
to the combined spl and u-boot 'u-boot-sunxi-with-spl.bin'.
Diffstat (limited to 'etc/etc.armv7/Makefile.inc')
-rw-r--r-- | etc/etc.armv7/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.armv7/Makefile.inc b/etc/etc.armv7/Makefile.inc index 744f91da047..4f44675204b 100644 --- a/etc/etc.armv7/Makefile.inc +++ b/etc/etc.armv7/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2014/03/05 14:47:34 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2015/01/26 01:55:55 jsg Exp $ ALLSOC=IMX OMAP SUNXI KERNELS= @@ -40,4 +40,4 @@ bootblocks: MDEXT+= miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ miniroot-imx-${OSrev}.fs miniroot-panda-${OSrev}.fs \ - miniroot-sunxi-${OSrev}.fs + miniroot-cubie-${OSrev}.fs |