summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorroy zang <tie-fei.zang@freescale.com>2006-12-04 17:56:59 +0800
committerZang Tiefei <roy@bus.ap.freescale.net>2006-12-04 17:56:59 +0800
commit9d27b3a0685ff99fc477983f315c04d49f657a8a (patch)
tree409a70e937d5f826df7929d11cb08a7cd207f5cd /include
parent4dbcd69e3e2776ea334590d5768e3692c5fae5c1 (diff)
downloadblackbird-obmc-uboot-9d27b3a0685ff99fc477983f315c04d49f657a8a.tar.gz
blackbird-obmc-uboot-9d27b3a0685ff99fc477983f315c04d49f657a8a.zip
Slight code clean up.
Add comments, delete duplicate define and remove spaces. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/74xx_7xx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/74xx_7xx.h b/include/74xx_7xx.h
index 8eccac8d59..ba73bae9e5 100644
--- a/include/74xx_7xx.h
+++ b/include/74xx_7xx.h
@@ -111,9 +111,8 @@ typedef enum __cpu_t {
CPU_750CX, CPU_750FX, CPU_750GX,
CPU_7400,
CPU_7410,
- CPU_7448,
- CPU_7450, CPU_7455, CPU_7457,
CPU_7447A, CPU_7448,
+ CPU_7450, CPU_7455, CPU_7457,
CPU_UNKNOWN} cpu_t;
extern cpu_t get_cpu_type(void);
OpenPOWER on IntegriCloud