]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c, dtt: move dtt_init () to board_init_r ()
authorHeiko Schocher <hs@denx.de>
Wed, 25 Feb 2009 11:28:32 +0000 (12:28 +0100)
committerHeiko Schocher <hs@denx.de>
Mon, 2 Mar 2009 08:21:20 +0000 (09:21 +0100)
commit9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
treed0f4b3580b007098c2768f34bc5bb66df10deab7
parent00cc5595a7caac8066b408774383a956c2e26797
i2c, dtt: move dtt_init () to board_init_r ()

it is not necessary to init the DTTs so early,
so move this init to board_init_r ().

Signed-off-by: Heiko Schocher <hs@denx.de>
lib_ppc/board.c