summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--post/drivers/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/drivers/i2c.c b/post/drivers/i2c.c
index 3080e81b5b..4a1b1a49d1 100644
--- a/post/drivers/i2c.c
+++ b/post/drivers/i2c.c
@@ -74,7 +74,7 @@ int i2c_post_test (int flags)
#else
unsigned int ret = 0;
int j;
- const unsigned char i2c_addr_list[] = CONFIG_SYS_POST_I2C_ADDRS;
+ unsigned char i2c_addr_list[] = CONFIG_SYS_POST_I2C_ADDRS;
/* Start at address 1, address 0 is the general call address */
for (i = 1; i < 128; i++) {
OpenPOWER on IntegriCloud