From f3ae3a3b543e68e0aed92ab4f9335a75b44c3409 Mon Sep 17 00:00:00 2001 From: zhouxuezhi Date: Wed, 20 Sep 2017 10:19:49 +0800 Subject: [PATCH] fix the compile error(u64 redefine) . relevency:3A2H 3A82H 3A92H Change-Id: If08e9b96ffcef63df07cbfa443a52ed51b4af232 --- pmon/cmds/bootparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmon/cmds/bootparam.h b/pmon/cmds/bootparam.h index 4741df3d..e6d2e39e 100644 --- a/pmon/cmds/bootparam.h +++ b/pmon/cmds/bootparam.h @@ -2,7 +2,7 @@ #define __ASM_MACH_LOONGSON_BOOT_PARAM_H_ #include -typedef unsigned long long u64;//the temporary modification,or need to modify 44 branch.This is not the spec. +#define u64 unsigned long long //the temporary modification,or need to modify 44 branch.This is not the spec. #define SPEC_VERS 0x2 #define SYSTEM_RAM_LOW 1