diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 02:00:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 02:00:47 +0200 |
commit | fe7eb5d88bd593a35a13a0a84997ab6c41397bac (patch) | |
tree | dd5040f7031de8efb5f562f826b3ee8f0d929158 /include/configs | |
parent | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 (diff) | |
download | u-boot-imx-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.zip u-boot-imx-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.gz u-boot-imx-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.bz2 |
Cleanup
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/integratorap.h | 2 | ||||
-rw-r--r-- | include/configs/integratorcp.h | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 94c6c77..ea1158f 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -27,7 +27,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */ - + #ifndef __CONFIG_H #define __CONFIG_H /* diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index 0da3171..997c95a 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 */ |