Re: [U-Boot] [PATCH V7 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-03-07 Thread Amarendra Reddy
Dear Wolfgang, Thank you for the comments. Ok, I will make this code conditional. I will prepare a new patch and post the same. Thanks & Regards Amarendra On 6 March 2013 02:12, Wolfgang Denk wrote: > Dear Amar, > > In message <1362489090-7745-10-git-send-email-amarendra...@samsung.com> > you w

Re: [U-Boot] [PATCH V7 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-03-05 Thread Wolfgang Denk
Dear Amar, In message <1362489090-7745-10-git-send-email-amarendra...@samsung.com> you wrote: > This patch adds commands to access(open/close) and resize boot partitions on > EMMC. > > Signed-off-by: Amar > Acked-by: Simon Glass Can you please make this code conditional, so only boards that

[U-Boot] [PATCH V7 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-03-05 Thread Amar
This patch adds commands to access(open/close) and resize boot partitions on EMMC. Signed-off-by: Amar Acked-by: Simon Glass --- Changes since V1: 1)Combined the common piece of code between 'open' and 'close' operations. Changes since V2: 1)Updation of commit message a