diff options
author | stroese <stroese> | 2003-05-23 11:35:09 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-05-23 11:35:09 +0000 |
commit | 387184252951e3125f43c151ab0841e2b4942c06 (patch) | |
tree | 594644d20f7106852260296e5c2a3d269f28852b /include/configs/PCI405.h | |
parent | b6d9e4f5af0a136a12a59640cdb24904ee2e68de (diff) |
Code cleanup.
Diffstat (limited to 'include/configs/PCI405.h')
-rw-r--r-- | include/configs/PCI405.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/PCI405.h b/include/configs/PCI405.h index 02c511d4882..b1ed0cb8080 100644 --- a/include/configs/PCI405.h +++ b/include/configs/PCI405.h @@ -40,11 +40,7 @@ #define CONFIG_BOARD_PRE_INIT 1 /* call board_pre_init() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() on init */ -#if 1 /* test-only */ #define CONFIG_SYS_CLK_FREQ 25000000 /* external frequency to pll */ -#else -#define CONFIG_SYS_CLK_FREQ 16000000 /* external frequency to pll */ -#endif #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */ @@ -92,7 +88,7 @@ #define CONFIG_SDRAM_BANK0 1 /* init onboard SDRAM bank 0 */ -#define CONFIG_PRAM 2048 /* reserve 2 MB "protected RAM" */ +#define CONFIG_PRAM 2048 /* reserve 2 MB "protected RAM" */ /* * Miscellaneous configurable options |