summaryrefslogtreecommitdiffstats
path: root/include/configs/integratorcp.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 02:00:47 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 02:00:47 +0200
commitfe7eb5d88bd593a35a13a0a84997ab6c41397bac (patch)
treedd5040f7031de8efb5f562f826b3ee8f0d929158 /include/configs/integratorcp.h
parent74f4304ee717d0f4b3a27e7fd4a64944749b8783 (diff)
downloadtalos-obmc-uboot-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.gz
talos-obmc-uboot-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.zip
Cleanup
Diffstat (limited to 'include/configs/integratorcp.h')
-rw-r--r--include/configs/integratorcp.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h
index 0da3171de3..997c95a801 100644
--- a/include/configs/integratorcp.h
+++ b/include/configs/integratorcp.h
@@ -89,7 +89,7 @@
#endif
/* Flash loaded
- - U-Boot
+ - U-Boot
- u-linux
- system.cramfs
*/
@@ -170,16 +170,16 @@
#define CMMASK_TCRAM_DISABLE 0xFFFEFFFF /* TCRAM disabled */
#define CMMASK_LOWVEC 0x00000004 /* vectors @ 0x00000000 */
#if defined (CONFIG_CM10200E) || defined (CONFIG_CM10220E)
-#define CMMASK_INIT_102 0x00000300 /* see CM102xx ref manual
+#define CMMASK_INIT_102 0x00000300 /* see CM102xx ref manual
* - PLL test clock bypassed
* - bus clock ratio 2
* - little endian
* - vectors at zero
*/
-#endif /* CM1022xx */
+#endif /* CM1022xx */
#define CMMASK_LE 0x00000008 /* little endian */
-#define CMMASK_CMxx6_COMMON 0x00000100 /* Common value for CMxx6
+#define CMMASK_CMxx6_COMMON 0x00000100 /* Common value for CMxx6
* - divisor/ratio b00000001
* bx
* - HCLKDIV b000
@@ -190,26 +190,26 @@
/* Determine CM characteristics */
#undef CONFIG_CM_MULTIPLE_SSRAM
-#undef CONFIG_CM_SPD_DETECT
-#undef CONFIG_CM_REMAP
-#undef CONFIG_CM_INIT
-#undef CONFIG_CM_TCRAM
+#undef CONFIG_CM_SPD_DETECT
+#undef CONFIG_CM_REMAP
+#undef CONFIG_CM_INIT
+#undef CONFIG_CM_TCRAM
#if defined (CONFIG_CM946E_S) || defined (CONFIG_CM966E_S)
#define CONFIG_CM_MULTIPLE_SSRAM /* CM has multiple SSRAM mapping */
#endif
-#ifndef CONFIG_CM922t_XA10
+#ifndef CONFIG_CM922t_XA10
#define CONFIG_CM_SPD_DETECT /* CM supports SPD query */
#define OS_SPD 0x00000100 /* Address of SPD data */
#define CONFIG_CM_REMAP /* CM supports remapping */
#define CONFIG_CM_INIT /* CM has initialization reg */
-#endif
+#endif
#if defined(CONFIG_CM926EJ_S) || defined (CONFIG_CM946E_S) || \
defined(CONFIG_CM966E_S) || defined (CONFIG_CM1026EJ_S) || \
defined(CONFIG_CM1136JF_S)
#define CONFIG_CM_TCRAM /* CM has TCRAM */
-#endif
+#endif
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud