Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/46049bec07ab7b3ec5fef4d1e5247d83abd99c29 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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>
master
Nobuhiro Iwamatsu 11 years ago committed by Nobuhiro Iwamatsu
parent f063b32cf5
commit 46049bec07
  1. 1
      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);

Loading…
Cancel
Save