]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: sh_i2c: Avoid using I2C prior to relocation
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Fri, 11 Oct 2013 07:23:54 +0000 (16:23 +0900)
committerHeiko Schocher <hs@denx.de>
Thu, 17 Oct 2013 05:20:25 +0000 (07:20 +0200)
commitb55b8eef35f9ca04cf790381bab14510278b08a4
treea47147f5aa69f7e62a155640c25d6b75f990956f
parent13c2433ccb4d9a5efb95ad953c2b3a0eb1909988
i2c: sh_i2c: Avoid using I2C prior to relocation

If user uses the I2C in before the relocation, board of sh and rmobile
will not start. This will solve this problem.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
drivers/i2c/sh_i2c.c