summaryrefslogtreecommitdiff
path: root/include/configs/lsxl.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-07-31 14:22:56 +0200
committerStefan Roese <sr@denx.de>2021-08-11 08:42:26 +0200
commit8ac303d49f891e11a5c0c4cce7a09a518cfb041b (patch)
treeb7bf877d2d9b86be7b0c5cc70208e90d1228cbbd /include/configs/lsxl.h
parent808cea90f5ab86fcdd9b0190fdb4c70cd6a060fc (diff)
downloadu-boot-8ac303d49f891e11a5c0c4cce7a09a518cfb041b.tar.gz
arm: kirkwood: Do not overwrite CONFIG_SYS_TCLK
Config option CONFIG_SYS_TCLK is set by kw88f6281.h and kw88f6192.h files to correct SOC/platform value. So do not overwrite it in board config include files. Kirkwood 88F6180 and 88F6192 uses 166 MHz TCLK and Kirkwood 88F6281 uses 200 MHz TCLK. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/lsxl.h')
-rw-r--r--include/configs/lsxl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index 0c0ab2486e..a4a4739d0d 100644
--- a/include/configs/lsxl.h
+++ b/include/configs/lsxl.h
@@ -13,11 +13,9 @@
#if defined(CONFIG_LSCHLV2)
#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-lschl.cfg
#define CONFIG_MACH_TYPE 3006
-#define CONFIG_SYS_TCLK 166666667 /* 166 MHz */
#elif defined(CONFIG_LSXHL)
#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-lsxhl.cfg
#define CONFIG_MACH_TYPE 2663
-/* CONFIG_SYS_TCLK is 200000000 by default */
#else
#error "unknown board"
#endif