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 chandan.n...@ti.com

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 On 01/03/12 08:42, Chandan

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 patch series.

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. Could you

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

2012-01-03 Thread Tom Rini
On 01/03/2012 01:18 AM, Kumar Nath, Chandan wrote: -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

[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 chandan.n...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- Changes since v2: