summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-05-24 11:06:17 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-05-24 11:06:17 +0000
commite80c45e7b3dc92fa2c630f70e4092b2ac45fed5d (patch)
treec7f2aa572647a745fa15bb4f082758f7428df688 /sys/arch/armv7
parent067eb08207e4fb057f5105453d34b1875140e99e (diff)
add the chromebook board id the exynos code uses
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r--sys/arch/armv7/armv7/armv7var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/armv7/armv7var.h b/sys/arch/armv7/armv7/armv7var.h
index b20e2c3c5e7..87ac2d116dc 100644
--- a/sys/arch/armv7/armv7/armv7var.h
+++ b/sys/arch/armv7/armv7/armv7var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: armv7var.h,v 1.6 2015/05/19 03:30:54 jsg Exp $ */
+/* $OpenBSD: armv7var.h,v 1.7 2015/05/24 11:06:16 jsg Exp $ */
/*
* Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com>
* Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se>
@@ -81,6 +81,7 @@ int armv7_submatch(struct device *, void *, void *);
#define BOARD_ID_IMX6_PHYFLEX 3529
#define BOARD_ID_AM335X_BEAGLEBONE 3589
#define BOARD_ID_IMX6_SABRELITE 3769
+#define BOARD_ID_EXYNOS5_CHROMEBOOK 3774
#define BOARD_ID_IMX6_SABRESD 3980
#define BOARD_ID_SUN4I_A10 4104
#define BOARD_ID_IMX6_NOVENA 4269