From b4cf849333bccf7f003e7860c312b497020f3a31 Mon Sep 17 00:00:00 2001 From: Matt Delco Date: Fri, 8 Jun 2018 10:53:54 -0700 Subject: mainboard/google/eve: add vendor to subsystem id The initial subsystem ID had a device ID but not a vendor ID. This change adds the Google vendor ID to the subsystem ID. Change-Id: I14897da115fd6f2ddd492b6c565bd23227197232 Signed-off-by: Matt Delco Reviewed-on: https://review.coreboot.org/26987 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: HARSHAPRIYA N Reviewed-by: Paul Menzel Reviewed-by: Furquan Shaikh --- src/mainboard/google/eve/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/eve/mainboard.c') diff --git a/src/mainboard/google/eve/mainboard.c b/src/mainboard/google/eve/mainboard.c index 63dcd757fc..9b9ccdd05f 100644 --- a/src/mainboard/google/eve/mainboard.c +++ b/src/mainboard/google/eve/mainboard.c @@ -21,7 +21,7 @@ #include #include -#define SUBSYSTEM_ID 0x006B +#define SUBSYSTEM_ID 0x1AE0006B static const char *oem_id_maxim = "GOOGLE"; static const char *oem_table_id_maxim = "EVEMAX"; -- cgit v1.2.3