From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Thu, 18 Oct 2012 11:23:13 +0900 Subject: [U-Boot] [RFC] After called the mmc_initialize, i2c_init is called Message-ID: <507F6811.2030007@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I want to get the mailing's help. My problem is that i2c_init is located after called mmc_initialize. I want to control the pmic with i2c. But i2c_init is called into stdio_init(). so i didn't control the pmic. Is there a special reason that i2c_init() is located into stdio_init()? If there is no reason, how about i2c_init is located into board_init_r()? If you have any opinion, let me know. Best Regards, Jaehoon Chung