diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-10 09:16:45 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:48:37 +0900 |
commit | 46049bec07ab7b3ec5fef4d1e5247d83abd99c29 (patch) | |
tree | d0eac432ff4fa439408879390b388d5f51e2038a /board/renesas | |
parent | f063b32cf5ee45add4be6e3f3e393917489cb35a (diff) | |
download | u-boot-imx-46049bec07ab7b3ec5fef4d1e5247d83abd99c29.zip u-boot-imx-46049bec07ab7b3ec5fef4d1e5247d83abd99c29.tar.gz u-boot-imx-46049bec07ab7b3ec5fef4d1e5247d83abd99c29.tar.bz2 |
arm: rmobile: alt: Remove i2c_init function
The i2c_init function is no longer necessary.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas')
-rw-r--r-- | board/renesas/alt/alt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/alt/alt.c b/board/renesas/alt/alt.c index 68ae937..039cb37 100644 --- a/board/renesas/alt/alt.c +++ b/board/renesas/alt/alt.c @@ -167,7 +167,6 @@ void reset_cpu(ulong addr) u8 val; i2c_set_bus_num(1); /* PowerIC connected to ch1 */ - i2c_init(400000, 0); i2c_read(CONFIG_SYS_I2C_POWERIC_ADDR, 0x13, 1, &val, 1); val |= 0x02; i2c_write(CONFIG_SYS_I2C_POWERIC_ADDR, 0x13, 1, &val, 1); |