mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
ecc9d26062
commit
1ad3a6fb5b
2 changed files with 0 additions and 1158 deletions
|
@ -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;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue