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

Simon Glass sjg at chromium.org
Sat Feb 16 00:52:35 CET 2013


On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>

Applied to x86/master.

> ---
>  common/cmd_mem.c |  217 +++++++++++++++++++++++++++++-------------------------
>  1 files changed, 116 insertions(+), 101 deletions(-)
>


More information about the U-Boot mailing list