From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 28 Mar 2013 17:18:44 +0900 Subject: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition In-Reply-To: References: <1362489090-7745-1-git-send-email-amarendra.xt@samsung.com> <1362489090-7745-8-git-send-email-amarendra.xt@samsung.com> <20130305204339.471A22010C9@gemini.denx.de> Message-ID: <5153FCE4.2020303@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/03/13 18:26, Amarendra Reddy wrote: > Dear Wolfgang, > Thank you for the comments. > Ok, I will make this code conditional. please don't top posting. > I will prepare a new patch and post the same. Do you have a plan to resend? > > Thanks & Regards > Amarendra > > On 6 March 2013 02:13, Wolfgang Denk wrote: > >> Dear Amar, >> >> In message <1362489090-7745-8-git-send-email-amarendra.xt@samsung.com> >> you wrote: >>> This patch adds APIs to access(open / close) and to resize boot partiton >> of EMMC. >> >> Can you please make this code conditional, so only boards that want >> this feature (and actually use EMMC) suffer from the increased memory >> footprint? >> >> Thanks. >> >> Viele Gr??e, >> >> Wolfgang Denk >> >> -- >> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel >> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany >> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de >> The price of success is hard work, dedication to the job at hand, and >> the determination that whether we win or lose, we have applied the >> best of ourselves to the task at hand. - Vince Lombardi >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot >> > > > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > Thanks, Minkyu Kang.