diff options
author | 2015-05-12 04:40:31 +0000 | |
---|---|---|
committer | 2015-05-12 04:40:31 +0000 | |
commit | c1e7b2fb06b9000a7eced492e6971f0c9bae88d9 (patch) | |
tree | 03ebd467209cc582abf762e617d0d0418a70b699 | |
parent | Raise VM_PHYSSEG_MAX to two and load an additional physical memory (diff) | |
download | wireguard-openbsd-c1e7b2fb06b9000a7eced492e6971f0c9bae88d9.tar.xz wireguard-openbsd-c1e7b2fb06b9000a7eced492e6971f0c9bae88d9.zip |
imxiic is known to be broken don't try attaching it on utilite
-rw-r--r-- | sys/arch/armv7/armv7/armv7.c | 3 |
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 }, |