mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +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
|
#ifdef CONFIG_DYNAMIC_IO_PORT_BASE
|
||||||
unsigned long io_port_base;
|
unsigned long io_port_base;
|
||||||
#endif
|
#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
|
#ifdef CONFIG_ARCH_ATH79
|
||||||
unsigned long id;
|
unsigned long id;
|
||||||
unsigned long soc;
|
unsigned long soc;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue