diff options
author | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
commit | 132ba5fdc546084dfbebe4668a6e18f5da8eb407 (patch) | |
tree | 307c6b930e79fcd3c8543f3aac17b919192203be /include/configs/eXalion.h | |
parent | 11dadd547c08a3480ea153482e99c6ae70b73415 (diff) |
* Patch by Pierre Aubert, 26 Feb 2004
add IDE support for MPC5200
* Patch by Masami Komiya, 26 Feb 2004:
add autoload via NFS
* Patch by Stephen Williams
Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
elsewhere in the source.
Diffstat (limited to 'include/configs/eXalion.h')
-rw-r--r-- | include/configs/eXalion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/eXalion.h b/include/configs/eXalion.h index 5ebc7a9cc87..a014c7c07f8 100644 --- a/include/configs/eXalion.h +++ b/include/configs/eXalion.h @@ -50,13 +50,13 @@ #error #### Specific type of MPC824x must be defined (i.e. CONFIG_MPC8240) #endif /* older kernels need clock in MHz newer in Hz */ - /* #define CONFIG_CLOCKS_IN_MHZ 1 *//* clocks passsed to Linux in MHz */ + /* #define CONFIG_CLOCKS_IN_MHZ 1 */ /* clocks passsed to Linux in MHz */ #undef CONFIG_CLOCKS_IN_MHZ #define CONFIG_BOOTDELAY 10 - /*#define CONFIG_DRAM_SPEED 66 *//* MHz */ + /*#define CONFIG_DRAM_SPEED 66 */ /* MHz */ #define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \ CFG_CMD_FLASH | \ @@ -230,7 +230,7 @@ #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ #define CONFIG_PLL_PCI_TO_MEM_MULTIPLIER 2 /* for MPC8240 only */ - /*#define CONFIG_133MHZ_DRAM 1 *//* For 133 MHZ DRAM only !!!!!!!!!!! */ + /*#define CONFIG_133MHZ_DRAM 1 */ /* For 133 MHZ DRAM only !!!!!!!!!!! */ #if defined (CONFIG_MPC8245) /* Bit-field values for PMCR2. */ |