Skip to content
Snippets Groups Projects
Commit 2b2f43ed authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 08e99e1d
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@
#define CONFIG_I2C_CMD_TREE
#define CFG_I2C_SPEED 400000 /* I2C speed and slave address */
#define CFG_I2C_SLAVE 0x7F
#define CFG_I2C_NOPROBES {0x52} /* Don't probe these addrs */
#define CFG_I2C_NOPROBES {{0x52}} /* Don't probe these addrs */
#define CFG_I2C_OFFSET 0x3000
#define CFG_I2C2_OFFSET 0x3100
......
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