Re: [U-Boot] [PATCH 5/9] omap: remove I2C from SPL

2011-11-23 Thread Tom Rini
On Wed, Nov 23, 2011 at 12:34 AM, Aneesh V wrote: > On Tuesday 22 November 2011 09:22 PM, Tom Rini wrote: >> >> On Tue, Nov 22, 2011 at 2:39 AM, Aneesh V  wrote: >>> >>> Due to some recent changes I2C is no longer required in SPL. >>> Remove the i2c_init() call to save some space >> >> Which chang

Re: [U-Boot] [PATCH 5/9] omap: remove I2C from SPL

2011-11-22 Thread Aneesh V
On Tuesday 22 November 2011 09:22 PM, Tom Rini wrote: On Tue, Nov 22, 2011 at 2:39 AM, Aneesh V wrote: Due to some recent changes I2C is no longer required in SPL. Remove the i2c_init() call to save some space Which changes? We might need to bring this back for am335x stuff, once we have i2c

Re: [U-Boot] [PATCH 5/9] omap: remove I2C from SPL

2011-11-22 Thread Tom Rini
On Tue, Nov 22, 2011 at 2:39 AM, Aneesh V wrote: > Due to some recent changes I2C is no longer required in SPL. > Remove the i2c_init() call to save some space Which changes? We might need to bring this back for am335x stuff, once we have i2c support ready to post to mainline (on these boards we

[U-Boot] [PATCH 5/9] omap: remove I2C from SPL

2011-11-22 Thread Aneesh V
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 --- 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/cp