summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/global_data.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-05-25 02:17:07 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-26 01:34:14 +0200
commit1ad3a6fb5b9eb8444281c3975de6c6b7e1549c53 (patch)
treea02b0315ea31914a7851a3f9d50aa5f2358521a1 /arch/mips/include/asm/global_data.h
parentecc9d26062c9dd6d0752c988a54b95453c20c749 (diff)
downloadu-boot-1ad3a6fb5b9eb8444281c3975de6c6b7e1549c53.tar.gz
u-boot-1ad3a6fb5b9eb8444281c3975de6c6b7e1549c53.tar.xz
u-boot-1ad3a6fb5b9eb8444281c3975de6c6b7e1549c53.zip
mips: Drop JZ4740 remnants
Remove the remnants of JZ4740 support. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'arch/mips/include/asm/global_data.h')
-rw-r--r--arch/mips/include/asm/global_data.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/include/asm/global_data.h b/arch/mips/include/asm/global_data.h
index 3f230b08f6..37f8ed52e6 100644
--- a/arch/mips/include/asm/global_data.h
+++ b/arch/mips/include/asm/global_data.h
@@ -15,14 +15,6 @@ struct arch_global_data {
#ifdef CONFIG_DYNAMIC_IO_PORT_BASE
unsigned long io_port_base;
#endif
-#ifdef CONFIG_JZSOC
- /* There are other clocks in the jz4740 */
- unsigned long per_clk; /* Peripheral bus clock */
- unsigned long dev_clk; /* Device clock */
- unsigned long sys_clk;
- unsigned long tbl;
- unsigned long lastinc;
-#endif
#ifdef CONFIG_ARCH_ATH79
unsigned long id;
unsigned long soc;