diff options
author | wdenk <wdenk> | 2002-11-10 22:06:23 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-10 22:06:23 +0000 |
commit | 7f6c2cbc2bc0721c41bb776242c0b18ec70328e4 (patch) | |
tree | 908cb91c8a9d3dec906264120a98fdb06c2ca52a /include/configs | |
parent | 2a3cb0207614427d301a4a6f8041267cada14bd8 (diff) |
* Vince Husovsky, 7 Nov 2002:LABEL_2002_11_10_2310
Add "-n" to linker options to get rid of "Not enough room for
program headers" problem
* Patch by David Müller, 05 Nov 2002
Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ
so we can use an already existing name
* Patch by Pierre Aubert, 05 Nov 2002
Hardware related improvements in FDC boot code
* Patch by Holger Schurig, 5 Nov 2002:
Make the PXA really change it's frequency
* Patch by Pierre Aubert, 05 Nov 2002
Add support for slave serial Spartan 2 FPGAs
* Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet
drivers
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/smdk2400.h | 2 | ||||
-rw-r--r-- | include/configs/smdk2410.h | 2 | ||||
-rw-r--r-- | include/configs/trab.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/smdk2400.h b/include/configs/smdk2400.h index 543dfb07197..c60e74607cf 100644 --- a/include/configs/smdk2400.h +++ b/include/configs/smdk2400.h @@ -43,7 +43,7 @@ #define CONFIG_SMDK2400 1 /* on an SAMSUNG SMDK2400 Board */ /* input clock of PLL */ -#define CONFIG_PLL_INPUT_FREQ 12000000 /* SMDK2400 has 12 MHz input clock */ +#define CONFIG_SYS_CLK_FREQ 12000000 /* SMDK2400 has 12 MHz input clock */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 766b8feece0..65dd3fec25e 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -44,7 +44,7 @@ #define CONFIG_SMDK2410 1 /* on a SAMSUNG SMDK2410 Board */ /* input clock of PLL */ -#define CONFIG_PLL_INPUT_FREQ 12000000/* the SMDK2410 has 12MHz input clock */ +#define CONFIG_SYS_CLK_FREQ 12000000/* the SMDK2410 has 12MHz input clock */ #define USE_920T_MMU 1 diff --git a/include/configs/trab.h b/include/configs/trab.h index b7a27c69231..c6144119e61 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -42,7 +42,7 @@ #undef CONFIG_TRAB_50MHZ /* run the CPU at 50 MHz */ /* input clock of PLL */ -#define CONFIG_PLL_INPUT_FREQ 12000000 /* TRAB has 12 MHz input clock */ +#define CONFIG_SYS_CLK_FREQ 12000000 /* TRAB has 12 MHz input clock */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ |