aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15/Porting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f15/Porting.h')
-rw-r--r--src/vendorcode/amd/agesa/f15/Porting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f15/Porting.h b/src/vendorcode/amd/agesa/f15/Porting.h
index 4cd8d1cb49..776cddced7 100644
--- a/src/vendorcode/amd/agesa/f15/Porting.h
+++ b/src/vendorcode/amd/agesa/f15/Porting.h
@@ -233,7 +233,7 @@
typedef signed char INT8;
typedef signed short INT16;
typedef signed int INT32;
- typedef signed char CHAR8;
+ typedef char CHAR8;
typedef unsigned char UINT8;
typedef unsigned short UINT16;
typedef unsigned int UINT32;