Browse Source

fix the compile error(u64 redefine) .

relevency:3A2H 3A82H 3A92H

Change-Id: If08e9b96ffcef63df07cbfa443a52ed51b4af232
master
zhouxuezhi 7 years ago
parent
commit
f3ae3a3b54
  1. 2
      pmon/cmds/bootparam.h

2
pmon/cmds/bootparam.h

@ -2,7 +2,7 @@
#define __ASM_MACH_LOONGSON_BOOT_PARAM_H_
#include<sys/linux/types.h>
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

Loading…
Cancel
Save