Re: [U-Boot] [PATCH 7/7] omap5: Add omap5_evm board build support.

2011-11-08 Thread Paulraj, Sandeep
> Hi sandeep, > I am in the process of making the V2. > I will send it with all the patches together. > > Thanks, > Sricharan ok ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 7/7] omap5: Add omap5_evm board build support.

2011-11-08 Thread R, Sricharan
Hi sandeep, I am in the process of making the V2. I will send it with all the patches together. Thanks, Sricharan On Tue, Nov 8, 2011 at 7:49 PM, Paulraj, Sandeep wrote: > > >> >> Hi Tom, >> > >> > One thing it's better to do #define CONFIG_FOO rather than >> > #define CONFIG_FOO 1. >> > >>

Re: [U-Boot] [PATCH 7/7] omap5: Add omap5_evm board build support.

2011-11-08 Thread Paulraj, Sandeep
> > Hi Tom, > > > > One thing it's better to do #define CONFIG_FOO rather than > > #define CONFIG_FOO 1. > > > Sorry for the late reply, i was on vacation. > > I agree with your comments. I will send a V2 for this and your other > comment. Hi Sricharan, I don't believe I saw a v2... if you

Re: [U-Boot] [PATCH 7/7] omap5: Add omap5_evm board build support.

2011-11-02 Thread R, Sricharan
Hi Tom, > > One thing it's better to do #define CONFIG_FOO rather than > #define CONFIG_FOO 1. > Sorry for the late reply, i was on vacation. I agree with your comments. I will send a V2 for this and your other comment. > -- > Tom > ___ U-Boot mailing

Re: [U-Boot] [PATCH 7/7] omap5: Add omap5_evm board build support.

2011-10-19 Thread Tom Rini
On Wed, Oct 19, 2011 at 5:47 AM, sricharan wrote: > This patch adds the build support for the > omap5_evm board. > > Signed-off-by: sricharan One thing it's better to do #define CONFIG_FOO rather than #define CONFIG_FOO 1. -- Tom ___ U-Boot mailing l

[U-Boot] [PATCH 7/7] omap5: Add omap5_evm board build support.

2011-10-19 Thread sricharan
This patch adds the build support for the omap5_evm board. Signed-off-by: sricharan --- Makefile|3 +- boards.cfg |1 + include/configs/omap5_evm5430.h | 283 +++ 3 files changed, 285 insertions(+), 2 delet