提交 19ef4f7a 编写于 作者: M Matthias Fuchs 提交者: Stefan Roese

ppc4xx: Disable EEPROM write access on PMC440 boards

This patch disables EEPROM wrtie access by default on PMC440 board.
Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd-electronics.com>
上级 5b67a143
......@@ -107,7 +107,7 @@ int board_early_init_f(void)
* Setup the GPIO pins
* TODO: setup GPIOs via CONFIG_SYS_4xx_GPIO_TABLE in board's config file
*/
out32(GPIO0_OR, 0x40000002);
out32(GPIO0_OR, 0x40000102);
out32(GPIO0_TCR, 0x4c90011f);
out32(GPIO0_OSRL, 0x28051400);
out32(GPIO0_OSRH, 0x55005000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册