瀏覽代碼

omap: remove I2C from SPL

Due to some recent changes I2C is no longer required in SPL.
Remove the i2c_init() call to save some space

Signed-off-by: Aneesh V <aneesh@ti.com>
Aneesh V 13 年之前
父節點
當前提交
473673a5c8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/arm/cpu/armv7/omap-common/spl.c

+ 0 - 1
arch/arm/cpu/armv7/omap-common/spl.c

@@ -115,7 +115,6 @@ void board_init_r(gd_t *id, ulong dummy)
 			CONFIG_SYS_SPL_MALLOC_SIZE);
 
 	timer_init();
-	i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
 
 	boot_device = omap_boot_device();
 	debug("boot device - %d\n", boot_device);