提交 c60dc852 编写于 作者: S Stefan Roese 提交者: Wolfgang Denk

mpc512x: Fix problem with I2C access before relocation

This is needed for the upcoming esd MECP5123 board port which uses
I2C EEPROM for environment storage.
Signed-off-by: NStefan Roese <sr@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Acked-by: Heiko Schocher<hs@denx.de>
上级 58f10460
......@@ -33,7 +33,7 @@ DECLARE_GLOBAL_DATA_PTR;
#include <i2c.h>
/* by default set I2C bus 0 active */
static unsigned int bus_num = 0;
static unsigned int bus_num __attribute__ ((section (".data"))) = 0;
#define I2C_TIMEOUT 100
#define I2C_RETRIES 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册