From 3885461e3d7cd7b9b6e2dbe93d5b3bd6b1c922b6 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 26 Jan 2015 01:55:55 +0000 Subject: [PATCH] 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'. --- src/etc/etc.armv7/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.armv7/Makefile.inc b/src/etc/etc.armv7/Makefile.inc index 744f91da..4f446752 100644 --- a/src/etc/etc.armv7/Makefile.inc +++ b/src/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