summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorMatthias Kaehlcke <matthias@kaehlcke.net>2010-02-01 21:29:39 +0100
committerTom Rix <Tom.Rix@windriver.com>2010-02-05 15:48:28 -0600
commita62921468d652a2f158852ac11ce7c5cab7859f0 (patch)
tree93fcb33e03130c3f75a6686ed1b63b7e8af89fe6 /include/common.h
parent8ed0f6108ff771ea605c896ce6e416b502f2cb55 (diff)
downloadu-boot-imx-a62921468d652a2f158852ac11ce7c5cab7859f0.zip
u-boot-imx-a62921468d652a2f158852ac11ce7c5cab7859f0.tar.gz
u-boot-imx-a62921468d652a2f158852ac11ce7c5cab7859f0.tar.bz2
ARM: Add support for EP93xx SoCs
Add support for the Cirrus EP93xx platform Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Acked-by: Tom <Tom.Rix@windriver.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 81f2b59..86e3163 100644
--- a/include/common.h
+++ b/include/common.h
@@ -502,7 +502,8 @@ ulong get_PCI_freq (void);
#endif
#if defined(CONFIG_S3C24X0) || \
defined(CONFIG_LH7A40X) || \
- defined(CONFIG_S3C6400)
+ defined(CONFIG_S3C6400) || \
+ defined(CONFIG_EP93XX)
ulong get_FCLK (void);
ulong get_HCLK (void);
ulong get_PCLK (void);