change conflicted typedef in src/vendorcode/amd/agesa/f15/Porting.h
src/vendorcode/amd/agesa/f15/Porting.h has some conflicted typedef with src/include/cpu/amd/common/cbtypes.h. These conflicted defines can lead to errors. Change-Id: Idad0794018bf0bd0e4e52a5aa062a12766d56c8e Signed-off-by: Siyuan Wang <SiYuan.Wang@amd.com> Signed-off-by: Siyuan Wang <wangsiyuanbuaa@gmail.com> Reviewed-on: http://review.coreboot.org/1592 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
fba86bfaa8
commit
eb825725ce
|
@ -232,12 +232,12 @@
|
|||
typedef unsigned char BOOLEAN;
|
||||
typedef signed char INT8;
|
||||
typedef signed short INT16;
|
||||
typedef signed long INT32;
|
||||
typedef unsigned char CHAR8;
|
||||
typedef signed int INT32;
|
||||
typedef signed char CHAR8;
|
||||
typedef unsigned char UINT8;
|
||||
typedef unsigned short UINT16;
|
||||
typedef unsigned long UINT32;
|
||||
typedef unsigned long UINTN;
|
||||
typedef unsigned int UINT32;
|
||||
typedef unsigned int UINTN;
|
||||
typedef unsigned long long UINT64;
|
||||
typedef void VOID;
|
||||
//typedef unsigned long size_t;
|
||||
|
|
Loading…
Reference in New Issue