Re: [U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-27 Thread Minkyu Kang
On 25/06/13 22:47, Rajeshwari Shinde wrote: > enum boot_mode is defined twice once in spl.h and also in > spl_boot.c, hence removing the same from spl_boot.c and including > the header file. > > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/include/asm/arch-exynos/spl.h |1 + > board/sam

Re: [U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-27 Thread Rajeshwari Birje
Hi Minkyu, Please do let me know your coments on the same. If no comments can we get this patch merged. On Tue, Jun 25, 2013 at 7:25 PM, Simon Glass wrote: > On Tue, Jun 25, 2013 at 6:47 AM, Rajeshwari Shinde > wrote: > >> enum boot_mode is defined twice once in spl.h and also in >> spl_boot.c,

Re: [U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-25 Thread Simon Glass
On Tue, Jun 25, 2013 at 6:47 AM, Rajeshwari Shinde wrote: > enum boot_mode is defined twice once in spl.h and also in > spl_boot.c, hence removing the same from spl_boot.c and including > the header file. > > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass

[U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-25 Thread Rajeshwari Shinde
enum boot_mode is defined twice once in spl.h and also in spl_boot.c, hence removing the same from spl_boot.c and including the header file. Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/spl.h |1 + board/samsung/smdk5250/spl_boot.c | 10 +- 2 files cha