diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-08-31 00:39:46 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 00:39:46 +0200 |
commit | 9b07773f8883665b002500c190507e9fd99b7181 (patch) | |
tree | 5efa1c039073cd50da97671f9da6bcbe908f5746 /include/common.h | |
parent | fcaac589a68115819ddadcf5c18ded9a5f9e2c75 (diff) | |
download | u-boot-imx-9b07773f8883665b002500c190507e9fd99b7181.zip u-boot-imx-9b07773f8883665b002500c190507e9fd99b7181.tar.gz u-boot-imx-9b07773f8883665b002500c190507e9fd99b7181.tar.bz2 |
ARM: Add arm1176 core with S3C6400 SoC
Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index de3d595..a394988 100644 --- a/include/common.h +++ b/include/common.h @@ -490,7 +490,8 @@ int prt_mpc8220_clks (void); ulong get_OPB_freq (void); ulong get_PCI_freq (void); #endif -#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) || defined(CONFIG_LH7A40X) +#if defined(CONFIG_S3C2400) || defined(CONFIG_S3C2410) || \ + defined(CONFIG_LH7A40X) || defined(CONFIG_S3C6400) void s3c2410_irq(void); #define ARM920_IRQ_CALLBACK s3c2410_irq ulong get_FCLK (void); |