summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-05-12 04:40:32 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-05-12 04:40:32 +0000
commitbb2f38b96616ed6987a3e49eb009c4be112e4c6f (patch)
tree3792c82ed2550d0a66e1075c78bd11f408aa50fb
parent49bb0b4ec0466f792812b143c3200334958a2071 (diff)
imxiic is known to be broken don't try attaching it on utilite
-rw-r--r--sys/arch/armv7/armv7/armv7.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/armv7/armv7.c b/sys/arch/armv7/armv7/armv7.c
index cea98b8d125..03b441987ee 100644
--- a/sys/arch/armv7/armv7/armv7.c
+++ b/sys/arch/armv7/armv7/armv7.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: armv7.c,v 1.7 2015/05/08 03:38:26 jsg Exp $ */
+/* $OpenBSD: armv7.c,v 1.8 2015/05/12 04:40:31 jsg Exp $ */
/*
* Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com>
* Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se>
@@ -167,7 +167,6 @@ struct board_dev utilite_devs[] = {
{ "imxgpio", 4 },
{ "imxgpio", 5 },
{ "imxgpio", 6 },
- { "imxiic", 2 },
{ "imxesdhc", 2 },
{ "ehci", 0 },
{ "imxenet", 0 },