diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-09-01 04:40:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-09-01 04:40:41 +0000 |
commit | 3209bf0eb951ec7c8d0f168968743ed6c4088b75 (patch) | |
tree | 93bf409600c9be5a9b43fb7363c678a308693190 /etc | |
parent | d00dcfaec597a07270800086bbad884ea2b70bcb (diff) |
Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB and
USB isn't supported. The installer turns out to have been broken on
BeagleBoard for over a year and no one noticed. The existing support
for OMAP3 in the kernel remains though it isn't clear if anyone has
tried it after the fdt changes went in.
ok patrick@ tom@ kettenis@ matthieu@
Diffstat (limited to 'etc')
-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 18a4447db1d..b43edd42386 100644 --- a/etc/etc.armv7/Makefile.inc +++ b/etc/etc.armv7/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.15 2017/04/04 00:03:12 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2017/09/01 04:40:40 jsg Exp $ bootblocks: cp -p ${DESTDIR}/usr/mdec/BOOTARM.EFI ${RELEASEDIR} MDEXT= bsd.rd BOOTARM.EFI \ - miniroot-am335x-${OSrev}.fs miniroot-beagle-${OSrev}.fs \ + miniroot-am335x-${OSrev}.fs \ miniroot-cubie-${OSrev}.fs miniroot-cubox-${OSrev}.fs \ miniroot-nitrogen-${OSrev}.fs miniroot-panda-${OSrev}.fs \ miniroot-wandboard-${OSrev}.fs |