mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
@ -238,4 +238,3 @@ memcpy:
|
|||||||
17: forward_copy_shift pull=16 push=16
|
17: forward_copy_shift pull=16 push=16
|
||||||
|
|
||||||
18: forward_copy_shift pull=24 push=8
|
18: forward_copy_shift pull=24 push=8
|
||||||
|
|
||||||
|
@ -64,4 +64,3 @@ int cpu_init_r(void)
|
|||||||
|
|
||||||
return x86_cpu_init_r();
|
return x86_cpu_init_r();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,4 +61,3 @@ int mmc_get_env_addr(struct mmc *mmc, u32 *env_addr)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,4 +88,3 @@ void __led_set (led_id_t mask, int state)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,4 +21,3 @@ and AUDIO codec clock sources only setting as 11MHz or 12MHz !
|
|||||||
'setenv hwconfig 'audclk:12;tdm' --- error !
|
'setenv hwconfig 'audclk:12;tdm' --- error !
|
||||||
'setenv hwconfig 'audclk:11;tdm' --- error !
|
'setenv hwconfig 'audclk:11;tdm' --- error !
|
||||||
'setenv hwconfig 'audclk:10' --- error !
|
'setenv hwconfig 'audclk:10' --- error !
|
||||||
|
|
||||||
|
@ -102,4 +102,3 @@ struct phy_driver gen10g_driver = {
|
|||||||
.startup = gen10g_startup,
|
.startup = gen10g_startup,
|
||||||
.shutdown = gen10g_shutdown,
|
.shutdown = gen10g_shutdown,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -593,4 +593,3 @@ int tsec_standard_init(bd_t *bis)
|
|||||||
|
|
||||||
return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info));
|
return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,4 +34,3 @@
|
|||||||
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
||||||
|
|
||||||
#include "corenet_ds.h"
|
#include "corenet_ds.h"
|
||||||
|
|
||||||
|
@ -34,4 +34,3 @@
|
|||||||
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
||||||
|
|
||||||
#include "corenet_ds.h"
|
#include "corenet_ds.h"
|
||||||
|
|
||||||
|
@ -59,4 +59,3 @@ struct fsl_pq_mdio_info {
|
|||||||
int fsl_pq_mdio_init(bd_t *bis, struct fsl_pq_mdio_info *info);
|
int fsl_pq_mdio_init(bd_t *bis, struct fsl_pq_mdio_info *info);
|
||||||
|
|
||||||
#endif /* __FSL_PHY_H__ */
|
#endif /* __FSL_PHY_H__ */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user