From 847226bc48b60e4f00ac45344c7f911c301a902d Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 24 May 2015 11:06:16 +0000 Subject: [PATCH] add the chromebook board id the exynos code uses --- sys/arch/armv7/armv7/armv7var.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * Copyright (c) 2012-2013 Patrick Wildt @@ -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 -- 2.20.1