summaryrefslogtreecommitdiff
path: root/util/genvif.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/genvif.c')
-rw-r--r--util/genvif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/genvif.c b/util/genvif.c
index 5cddd86327..6b3d685b37 100644
--- a/util/genvif.c
+++ b/util/genvif.c
@@ -329,7 +329,7 @@ static int gen_vif(const char *name, const char *board,
/* Write VIF Header */
fprintf(vif, "$VIF_Specification: \"%s\"\r\n", VIF_SPEC);
fprintf(vif, "$VIF_Producer: \"%s\"\r\n", vif_producer);
- fprintf(vif, "$Vendor_name: \"%s\"\r\n", VENDOR_NAME);
+ fprintf(vif, "$Vendor_Name: \"%s\"\r\n", VENDOR_NAME);
fprintf(vif, "$Product_Name: \"%s\"\r\n", board);
fprintf(vif, "PD_Specification_Revision: %d\r\n", PD_SPEC_REV);