summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2013-04-11 09:36:00 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-04-12 05:55:08 (GMT)
commite53232250b9dcff4915a6024f9951f52eadb4956 (patch)
tree9dc994c1c660f72faeed79940f3aff356ce6b9a7 /include/common.h
parentc82730cb8ee8dc93cebe4dbfbb6b536ba9c724a5 (diff)
downloadu-boot-e53232250b9dcff4915a6024f9951f52eadb4956.tar.xz
arm: Remove support for unused s3c64xx
Following the removal of the smdk6400 board, the s3c64xx SoC becomes unused, so remove associated code. It will still be possible to restore it later from the Git history if necessary. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 604176c..0cfa6a8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -647,7 +647,6 @@ ulong get_PCI_freq (void);
#endif
#if defined(CONFIG_S3C24X0) || \
defined(CONFIG_LH7A40X) || \
- defined(CONFIG_S3C6400) || \
defined(CONFIG_EP93XX)
ulong get_FCLK (void);
ulong get_HCLK (void);