]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: do not init i2c in Blackfin board init
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Oct 2008 07:49:32 +0000 (03:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 28 Jan 2009 18:26:12 +0000 (13:26 -0500)
commit6882b5a79a3247494b62c05015fa672557f1bfaa
tree11f686e2db65fd1980138f10c7806427fb4892d9
parent1118ea73698eee6e72ef5cbfc00e41746040304f
Blackfin: do not init i2c in Blackfin board init

The common code takes care of calling i2c_init() when needed, so no point
in us doing it as well.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
lib_blackfin/board.c