diff options
author | Feng Kan <fkan@amcc.com> | 2008-07-08 22:47:31 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-11 13:18:12 +0200 |
commit | 7d30793685efcada183891c78fc892e6c9ba50c7 (patch) | |
tree | 7b1d67afab9da72fb0c75e4a863787f9366f3a2a /cpu/ppc4xx/speed.c | |
parent | 9b55a2536919f4de1bb1044e6eb8262c2f53bc96 (diff) | |
download | u-boot-imx-7d30793685efcada183891c78fc892e6c9ba50c7.zip u-boot-imx-7d30793685efcada183891c78fc892e6c9ba50c7.tar.gz u-boot-imx-7d30793685efcada183891c78fc892e6c9ba50c7.tar.bz2 |
ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
Signed-off-by: Feng Kan <fkan@amcc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx/speed.c')
-rw-r--r-- | cpu/ppc4xx/speed.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c index 34bd721..b86b6de 100644 --- a/cpu/ppc4xx/speed.c +++ b/cpu/ppc4xx/speed.c @@ -205,7 +205,8 @@ ulong get_PCI_freq (void) #elif defined(CONFIG_440) -#if defined(CONFIG_460EX) || defined(CONFIG_460GT) +#if defined(CONFIG_460EX) || defined(CONFIG_460GT) || \ + defined(CONFIG_460SX) static u8 pll_fwdv_multi_bits[] = { /* values for: 1 - 16 */ 0x00, 0x01, 0x0f, 0x04, 0x09, 0x0a, 0x0d, 0x0e, 0x03, 0x0c, |