From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Wed, 28 Sep 2011 10:48:32 +0200 Subject: [U-Boot] [PATCH RFC] Add general nand functions In-Reply-To: <4E825349.7020601@freescale.com> References: <4E7A3C98.8050407@freescale.com> <1316795819-3163-1-git-send-email-simonschwarzcor@gmail.com> <4E7CC073.3070000@freescale.com> <4E80378B.206@gmail.com> <4E8118C2.8050502@freescale.com> <4E81A211.5060006@gmail.com> <4E825349.7020601@freescale.com> Message-ID: <4E82DF60.7090107@gmail.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 09/28/2011 12:50 AM, Scott Wood wrote: > On 09/27/2011 05:14 AM, Simon Schwarz wrote: >> On 09/27/2011 02:28 AM, Scott Wood wrote: >>> On 09/26/2011 03:27 AM, Simon Schwarz wrote: >>>> so in essence I will: >>>> - rename the inline functions >>>> - just add the functions used in SPL now >>>> - make better patch-splitting >>>> >>>> objections? >>> >>> Sounds good. >>> >>> -Scott >>> >> >> Ok, new patch RFC is out. I didn't rename the inline functions because >> none of the duplicated names are used in an SPL. >> >> Comments? > > Looks much better, thanks. > > -Scott > Great. Will do MAKEALL for arm and post it later this day. Regards Simon