aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/vpd/vpd.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-20 21:25:10 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-29 09:13:28 +0000
commit7c2fd97c05a7d7af342af04a4aa5e190eaa9c121 (patch)
treed41014349c07707dd641fc6d28223c81d3030771 /src/drivers/vpd/vpd.h
parent95b3f286a83b5433ec08499cc4a4d83943c546c1 (diff)
drivers/vpd/vpd.c: Drop CAR_GLOBAL_MIGRATION support
Change-Id: Idf522a822ddd54ee8b48312bed762c29783a2e45 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37039 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/vpd/vpd.h')
-rw-r--r--src/drivers/vpd/vpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h
index 1bae5132cd..05b7db8f6d 100644
--- a/src/drivers/vpd/vpd.h
+++ b/src/drivers/vpd/vpd.h
@@ -28,7 +28,7 @@ struct vpd_blob {
extern struct vpd_blob g_vpd_blob;
/*
- * This function loads g_vpd_blob CAR_GLOBAL variable.
+ * This function loads g_vpd_blob global variable.
* The variable is initialized if it was not.
*/
const struct vpd_blob *vpd_load_blob(void);