summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-08-22 18:26:28 -0500
committerJon Loeliger <jdl@freescale.com>2006-08-22 18:26:28 -0500
commitad09083c3736ea72bceee92721933513d3137b66 (patch)
tree29aab4dbe4ad1545a7196d91b86a10cc844723af /include
parente80e82cbb9995a622dcdc2d60a94d929814a700a (diff)
parentb93775c2036b99baa390ea425c4771895bbc63c4 (diff)
downloadu-boot-imx-ad09083c3736ea72bceee92721933513d3137b66.zip
u-boot-imx-ad09083c3736ea72bceee92721933513d3137b66.tar.gz
u-boot-imx-ad09083c3736ea72bceee92721933513d3137b66.tar.bz2
Merge branch 'mpc86xx'
Diffstat (limited to 'include')
-rw-r--r--include/mpc86xx.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h
index 4edeae1..bc8ba3f 100644
--- a/include/mpc86xx.h
+++ b/include/mpc86xx.h
@@ -1,6 +1,6 @@
/*
* Copyright 2006 Freescale Semiconductor.
- * Jeffrey Brown (jeffrey@freescale.com)
+ * Jeffrey Brown
* Srikanth Srinivasan (srikanth.srinivasan@freescale.com)
*/
@@ -70,10 +70,9 @@
#ifndef __ASSEMBLY__
-typedef struct
-{
- unsigned long freqProcessor;
- unsigned long freqSystemBus;
+typedef struct {
+ unsigned long freqProcessor;
+ unsigned long freqSystemBus;
} MPC86xx_SYS_INFO;
#define l1icache_enable icache_enable
@@ -115,5 +114,3 @@ static __inline__ unsigned long get_l2cr (void)
#endif /* _ASMLANGUAGE */
#endif /* __MPC86xx_H__ */
-
-