mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge "ipq807x: Disable the TX MAC in PPE during init"
This commit is contained in:
commit
7b6029559d
1 changed files with 3 additions and 1 deletions
|
|
@ -1264,8 +1264,10 @@ void ipq807x_ppe_provision_init(void)
|
|||
|
||||
ipq807x_ppe_interface_mode_init();
|
||||
/* Port 0-5 enable */
|
||||
for (i = 0; i < 6; i++)
|
||||
for (i = 0; i < 6; i++) {
|
||||
ipq807x_gmac_port_enable(i);
|
||||
ppe_port_bridge_txmac_set(i + 1, 1);
|
||||
}
|
||||
|
||||
/* Allowing DHCP packets */
|
||||
ipq807x_ppe_acl_set(0, ADPT_ACL_HPPE_IPV4_DIP_RULE, UDP_PKT, 67, 0xffff, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue