diff options
author | Aneesh V <aneesh@ti.com> | 2011-11-21 23:39:01 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:34 +0100 |
commit | 473673a5c89cfa24aee92ec5fbae30e2d5557d32 (patch) | |
tree | 3d589a5a51cd0752a4a77f4777acbc0f24625e60 /arch/arm/cpu | |
parent | cd5847ac3a2d561e9d02926c768fd547f418c24d (diff) | |
download | u-boot-imx-473673a5c89cfa24aee92ec5fbae30e2d5557d32.zip u-boot-imx-473673a5c89cfa24aee92ec5fbae30e2d5557d32.tar.gz u-boot-imx-473673a5c89cfa24aee92ec5fbae30e2d5557d32.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/armv7/omap-common/spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/spl.c b/arch/arm/cpu/armv7/omap-common/spl.c index d6d7d65..f72d389 100644 --- a/arch/arm/cpu/armv7/omap-common/spl.c +++ b/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); |