Re: [U-Boot] [PATCH] SPL: P1022DS: switch to new multibus/multiadapter support

2013-09-08 Thread Heiko Schocher
Hello ying.zh...@freescale.com, Am 04.09.2013 11:05, schrieb ying.zh...@freescale.com: From: Ying Zhang - Added section "u_boot_list" in arch/powerpc/cpu/mpc85xx/u-boot-spl.lds - Use the function i2c_init_all instead of i2c_init Signed-off-by: Ying Zhang --- arch/powerpc/cpu/mpc85xx/u-boot-s

[U-Boot] [PATCH] SPL: P1022DS: switch to new multibus/multiadapter support

2013-09-04 Thread ying.zhang
From: Ying Zhang - Added section "u_boot_list" in arch/powerpc/cpu/mpc85xx/u-boot-spl.lds - Use the function i2c_init_all instead of i2c_init Signed-off-by: Ying Zhang --- arch/powerpc/cpu/mpc85xx/u-boot-spl.lds |5 + board/freescale/p1022ds/spl.c |6 +- 2 files chang