Change in ...coreboot[master]: [TEST]ec/google/chromeec/ec.c: Don't use CAR_GLOBAL
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30508 Change subject: [TEST]ec/google/chromeec/ec.c: Don't use CAR_GLOBAL ...................................................................... [TEST]ec/google/chromeec/ec.c: Don't use CAR_GLOBAL All platforms using this code have NO_CAR_GLOBAL_MIGRATION. Change-Id: Id63ff0f9cfbf29f23cb26d3731a286f58b9aa8d6 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> --- M src/ec/google/chromeec/ec.c 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/30508/1 diff --git a/src/ec/google/chromeec/ec.c b/src/ec/google/chromeec/ec.c index d2a0849..a440e12 100644 --- a/src/ec/google/chromeec/ec.c +++ b/src/ec/google/chromeec/ec.c @@ -232,7 +232,7 @@ #define UHEPI_SUPPORTED 1 #define UHEPI_NOT_SUPPORTED 2 - static int uhepi_support CAR_GLOBAL; + static int uhepi_support; if (!uhepi_support) { uhepi_support = google_chromeec_check_feature -- To view, visit https://review.coreboot.org/c/coreboot/+/30508 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Id63ff0f9cfbf29f23cb26d3731a286f58b9aa8d6 Gerrit-Change-Number: 30508 Gerrit-PatchSet: 1 Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> Gerrit-MessageType: newchange
participants (1)
-
Arthur Heymans (Code Review)