summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/cpu.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-07 00:33:07 +0200
committerWolfgang Denk <wd@denx.de>2008-07-07 00:33:07 +0200
commitb0f1c03607b7c1ea07090a1d97a308fba901051d (patch)
tree69aea3c0d693473ef2268fdadb94f6d4d6e50e74 /cpu/mpc83xx/cpu.c
parent9047bfa1e737d787be460387dd6f45737eeceb10 (diff)
parent3070a9a3cb41ed6b19f79590f7713d5685ab1066 (diff)
downloadu-boot-imx-b0f1c03607b7c1ea07090a1d97a308fba901051d.zip
u-boot-imx-b0f1c03607b7c1ea07090a1d97a308fba901051d.tar.gz
u-boot-imx-b0f1c03607b7c1ea07090a1d97a308fba901051d.tar.bz2
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'cpu/mpc83xx/cpu.c')
-rw-r--r--cpu/mpc83xx/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c
index 36de78d..cc03f8a 100644
--- a/cpu/mpc83xx/cpu.c
+++ b/cpu/mpc83xx/cpu.c
@@ -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;