Skip to content
Snippets Groups Projects
Commit 473673a5 authored by Aneesh V's avatar Aneesh V Committed by Albert ARIBAUD
Browse files

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: default avatarAneesh V <aneesh@ti.com>
parent cd5847ac
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,6 @@ void board_init_r(gd_t *id, ulong dummy) ...@@ -115,7 +115,6 @@ void board_init_r(gd_t *id, ulong dummy)
CONFIG_SYS_SPL_MALLOC_SIZE); CONFIG_SYS_SPL_MALLOC_SIZE);
timer_init(); timer_init();
i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
boot_device = omap_boot_device(); boot_device = omap_boot_device();
debug("boot device - %d\n", boot_device); debug("boot device - %d\n", boot_device);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment