Re: [U-Boot] [PATCH 06/20] Split out the memory tests into separate functions

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > Half of the code is currently hidden behind an #ifdef. Move the two > memory tests into their own functions and use the compiler to eliminate > the unused code. > > Signed-off-by: Simon Glass Applied to x86/master. > --- > common/cmd_mem.c

[U-Boot] [PATCH 06/20] Split out the memory tests into separate functions

2012-12-26 Thread Simon Glass
Half of the code is currently hidden behind an #ifdef. Move the two memory tests into their own functions and use the compiler to eliminate the unused code. Signed-off-by: Simon Glass --- common/cmd_mem.c | 217 +- 1 files changed, 116 inserti