diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-01 00:15:38 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-01 00:15:38 +0000 |
commit | 24b3128a8c4a3865f436ce2143e8a8a988078419 (patch) | |
tree | 4da49659a889cbc7281cdd6184c948752d90f560 /etc/etc.armv7/Makefile.inc | |
parent | 21c9d10361689b66e1ca98039cb378ff29001147 (diff) |
Make use of u-boot 2015.07's unified wandboard config to provide a
miniroot to cover all current wandboard variations.
Unlike the other imx u-boot configs the wandboard config doesn't search
for ext2 only a fat fs.
Grow the ramdisk size to fit the extra u-boot files.
From Roman Kravchuk.
Diffstat (limited to 'etc/etc.armv7/Makefile.inc')
-rw-r--r-- | etc/etc.armv7/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.armv7/Makefile.inc b/etc/etc.armv7/Makefile.inc index f27840ff3e7..f66591dc0b8 100644 --- a/etc/etc.armv7/Makefile.inc +++ b/etc/etc.armv7/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2015/07/17 17:02:52 jsg Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2015/08/01 00:15:37 jsg Exp $ ALLSOC=EXYNOS IMX OMAP SUNXI VEXPRESSA9 VEXPRESSA15 MDEXT= bsd.rd @@ -28,4 +28,5 @@ kernels: bootblocks ${ALL_KERNELS} MDEXT+= miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ miniroot-cubie-${OSrev}.fs miniroot-cubox-${OSrev}.fs \ - miniroot-nitrogen-${OSrev}.fs miniroot-panda-${OSrev}.fs + miniroot-nitrogen-${OSrev}.fs miniroot-panda-${OSrev}.fs \ + miniroot-wandboard-${OSrev}.fs |