mpc83xx: move CPU_TYPE_ENTRY over to processor.h
to avoid this: cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined In file included from cpu.c:33: /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
@@ -44,7 +44,6 @@ int checkcpu(void)
|
||||
char buf[32];
|
||||
int i;
|
||||
|
||||
#define CPU_TYPE_ENTRY(x) {#x, SPR_##x}
|
||||
const struct cpu_type {
|
||||
char name[15];
|
||||
u32 partid;
|
||||
|
||||
Reference in New Issue
Block a user