Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-03 Thread Tom Rini
gt; Subject: Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for >> AM335X EVM >> >> On 01/03/12 08:42, Chandan Nath wrote: >>> This patch is added to support SPL feature on AM335X >>> platform. In this patch, MMC1 is configured as boot >>> dev

Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-03 Thread Wolfgang Denk
Dear "Kumar Nath, Chandan", In message <1feb0f76d6f5e244ac1dae6c32484bbd034...@dbde01.ent.ti.com> you wrote: > > > can't arch/arm/cpu/armv7/omap-common/hwinit-common.c be used for this? > > I tried using hwinit-common.c file, but there are some other functions defined > which are not required. C

Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-03 Thread Igor Grinberg
Hi Chandan, On 01/03/12 10:18, Kumar Nath, Chandan wrote: > >> On 01/03/12 08:42, Chandan Nath wrote: >>> This patch is added to support SPL feature on AM335X >>> platform. In this patch, MMC1 is configured as boot >>> device for SPL and support for other devices will be >>> added in the next pat

Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-03 Thread Kumar Nath, Chandan
> -Original Message- > From: Igor Grinberg [mailto:grinb...@compulab.co.il] > Sent: Tuesday, January 03, 2012 1:44 PM > To: Kumar Nath, Chandan > Cc: u-boot@lists.denx.de; Rini, Tom > Subject: Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for > AM335X EVM &

Re: [U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-03 Thread Igor Grinberg
On 01/03/12 08:42, Chandan Nath wrote: > This patch is added to support SPL feature on AM335X > platform. In this patch, MMC1 is configured as boot > device for SPL and support for other devices will be > added in the next patch series. > > Signed-off-by: Chandan Nath > Signed-off-by: Tom Rini >

[U-Boot] [PATCH v3 3/3] ARM:AM33XX: Add SPL support for AM335X EVM

2012-01-02 Thread Chandan Nath
This patch is added to support SPL feature on AM335X platform. In this patch, MMC1 is configured as boot device for SPL and support for other devices will be added in the next patch series. Signed-off-by: Chandan Nath Signed-off-by: Tom Rini --- Changes since v2: - Added missing omap.h file Ch