diff options
Diffstat (limited to 'include/configs/TQM8540.h')
-rw-r--r-- | include/configs/TQM8540.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index 7dd067e..d28d2f3 100644 --- a/include/configs/TQM8540.h +++ b/include/configs/TQM8540.h @@ -47,7 +47,6 @@ #define CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ - /* * sysclk for MPC85xx * @@ -66,7 +65,6 @@ #define CONFIG_SYS_CLK_FREQ 33000000 #endif - /* * These can be toggled for performance analysis, otherwise use default. */ @@ -80,16 +78,14 @@ #define CFG_MEMTEST_START 0x00000000 /* memtest region */ #define CFG_MEMTEST_END 0x10000000 - /* * Base addresses -- Note these are effective addresses where the * actual resources get mapped (not physical addresses) */ #define CFG_CCSRBAR_DEFAULT 0xFF700000 /* CCSRBAR Default */ -#define CFG_CCSRBAR 0xe0000000 /* relocated CCSRBAR */ +#define CFG_CCSRBAR 0xE0000000 /* relocated CCSRBAR */ #define CFG_IMMR CFG_CCSRBAR /* PQII uses CFG_IMMR */ - /* * DDR Setup */ @@ -116,7 +112,6 @@ #define CFG_DDR_INTERVAL 0x05160100 /* autocharge,no open page */ #endif - /* * Flash on the Local Bus */ @@ -339,8 +334,8 @@ #define CONFIG_COMMANDS (CONFIG_CMD_PRIV | \ ADD_PCI_CMD | \ - CFG_CMD_PING | \ - CFG_CMD_I2C ) + CFG_CMD_I2C | \ + CFG_CMD_PING ) #include <cmd_confdefs.h> #undef CONFIG_WATCHDOG /* watchdog disabled */ |