Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-24 Thread Tom Rini
On Fri, May 24, 2013 at 02:06:01PM -0500, Scott Wood wrote: > On 05/17/2013 07:34:25 AM, Tom Rini wrote: > >On Fri, May 17, 2013 at 05:12:19PM +0800, ying.zh...@freescale.com > >wrote: > > > >> From: Ying Zhang > >> > >> There was some functionality will be used in the SPL. They > >> had been excl

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-24 Thread Scott Wood
On 05/17/2013 07:34:25 AM, Tom Rini wrote: On Fri, May 17, 2013 at 05:12:19PM +0800, ying.zh...@freescale.com wrote: > From: Ying Zhang > > There was some functionality will be used in the SPL. They > had been excluded by ifndef CONFIG_SPL_BUILD. Now, put it > into the SPL. > > Signed-off-by:

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Zhang Ying-B40530
theia.denx.de; u-boot@lists.denx.de; aflem...@gmail.com; > w...@theia.denx.de; Wood Scott-B07421 > Subject: Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain > more functionality > > On Fri, May 17, 2013 at 02:26:04PM +, Zhang Ying-B40530 wrote: > > [Zhang Ying] &g

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Scott Wood
...@theia.denx.de; Wood Scott-B07421 Subject: Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality On Fri, May 17, 2013 at 02:26:04PM +, Zhang Ying-B40530 wrote: > [Zhang Ying] > So for this patch, are there any problem? > Yes. It doesn't seem to do an

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Zhang Ying-B40530
2:20 PM > To: Zhang Ying-B40530 > Cc: u-boot@lists.denx.de; aflem...@gmail.com; x...@theia.denx.de; Wood > Scott-B07421 > Subject: Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more > functionality > > On Fri, May 17, 2013 at 02:10:49

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Tom Rini
em...@gmail.com; x...@theia.denx.de; Wood > Scott-B07421 > Subject: Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more > functionality > > On Fri, May 17, 2013 at 02:10:49PM +, Zhang Ying-B40530 wrote: > > >

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Zhang Ying-B40530
-B40530 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; aflem...@gmail.com; Xie > Xiaobo-R63061; Zhang Ying-B40530 > Subject: Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more > functionality > > On Fri, May 17, 2013 at 05:12:19PM +0800, ying.zh...@freescale.com

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Tom Rini
od Scott-B07421; aflem...@gmail.com; Xie > Xiaobo-R63061; Zhang Ying-B40530 > Subject: Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more > functionality > > On Fri, May 17, 2013 at 05:12:19PM +0800, ying.zh...@freescale.com wrote: > > > From: Ying Zhang >

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Zhang Ying-B40530
] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality On Fri, May 17, 2013 at 05:12:19PM +0800, ying.zh...@freescale.com wrote: > From: Ying Zhang > > There was some functionality will be used in the SPL. They > had been excluded by ifndef CONFIG_SPL_BUILD. Now, put it &g

Re: [U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread Tom Rini
On Fri, May 17, 2013 at 05:12:19PM +0800, ying.zh...@freescale.com wrote: > From: Ying Zhang > > There was some functionality will be used in the SPL. They > had been excluded by ifndef CONFIG_SPL_BUILD. Now, put it > into the SPL. > > Signed-off-by: Ying Zhang > --- > Compared with the previo

[U-Boot] [PATCH v2] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-17 Thread ying.zhang
From: Ying Zhang There was some functionality will be used in the SPL. They had been excluded by ifndef CONFIG_SPL_BUILD. Now, put it into the SPL. Signed-off-by: Ying Zhang --- Compared with the previous version, give up new symbol and delete the line ifndef CONFIG_SPL_BUILD in common/env_comm