Skip to content
Snippets Groups Projects
Commit f766cdf8 authored by Markus Brunner's avatar Markus Brunner Committed by Stefan Roese
Browse files

ppc4xx: PPC405EP Set EMAC noise filter bits


This bug was introduced with commit aee747f1
which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.

Signed-off-by: default avatarMarkus Brunner <super.firetwister@gmail.com>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent f66e2c8b
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,7 @@ cpu_init_f (void)
#if defined (CFG_GPIO0_TCR)
out32(GPIO0_TCR, CFG_GPIO0_TCR); /* enable output driver for outputs */
#endif
#endif /* CONFIG_405EP ... && !CFG_4xx_GPIO_TABLE */
#if defined (CONFIG_405EP)
/*
......@@ -245,7 +246,6 @@ cpu_init_f (void)
*/
mtdcr(cpc0_pci, mfdcr(cpc0_pci) | CPC0_PCI_HOST_CFG_EN | CPC0_PCI_ARBIT_EN);
#endif /* CONFIG_405EP */
#endif /* CONFIG_405EP */
#if defined(CFG_4xx_GPIO_TABLE)
gpio_set_chip_configuration();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment