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

2013-04-09 Thread Minkyu Kang
Dear Amarendra, On 05/04/13 16:39, Amarendra Reddy wrote: Hi Jaehoon, Please find the responses below Thanks Regards Amarendra Reddy On 5 April 2013 11:51, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, On 04/03/2013 11:08 PM, Amar wrote: This patch adds commands to

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

2013-04-09 Thread Amarendra Reddy
Dear Minkyu, Thankyou for the review comments. Please find my responses below. Thanks Regards Amarendra Reddy On 9 April 2013 16:25, Minkyu Kang mk7.k...@samsung.com wrote: Dear Amarendra, On 05/04/13 16:39, Amarendra Reddy wrote: Hi Jaehoon, Please find the responses below

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

2013-04-05 Thread Jaehoon Chung
Hi Amar, On 04/03/2013 11:08 PM, Amar wrote: This patch adds commands to access(open/close) and resize boot partitions on EMMC. Signed-off-by: Amar amarendra...@samsung.com --- Changes since V1: 1)Combined the common piece of code between 'open' and 'close' operations.

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

2013-04-05 Thread Amarendra Reddy
Hi Jaehoon, Please find the responses below Thanks Regards Amarendra Reddy On 5 April 2013 11:51, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, On 04/03/2013 11:08 PM, Amar wrote: This patch adds commands to access(open/close) and resize boot partitions on EMMC.

[U-Boot] [PATCH V8 9/9] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

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