armv7/snow: Remove redundant I2C initialization calls in bootblock.
commit60485a3e915ad44783d564e07d5ed6e7b74b277b
authorHung-Te Lin <hungte@chromium.org>
Thu, 7 Feb 2013 13:15:42 +0000 (7 21:15 +0800)
committerRonald G. Minnich <rminnich@gmail.com>
Thu, 7 Feb 2013 17:14:50 +0000 (7 18:14 +0100)
tree7ae4eb8ae347db76a765c931fe5f7bf563a8a0f3
parent5f83f6cb7a3f179482db54aaff38f23795dc1acf
armv7/snow: Remove redundant I2C initialization calls in bootblock.

The I2C initialization (on component MAX77688) is already done in power_init, so
we should not need an explicit call inside bootblock.

Verified to boot on armv7/snow.

Change-Id: I68c248a8b5fee4ab838b2fb708649e112559cc41
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: http://review.coreboot.org/2316
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/mainboard/google/snow/bootblock.c