]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Split out the memory tests into separate functions
authorSimon Glass <sjg@chromium.org>
Sun, 24 Feb 2013 17:33:16 +0000 (17:33 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 1 Mar 2013 03:09:22 +0000 (19:09 -0800)
commitc9638f50fbd8e6973c296f6a8f2d5b91a4324c97
treedc224435534f3493d9edf302b1e769fdb158db83
parent0628ab8ec59834f98ede267edd21ddb8ba0bb57b
Split out the memory tests into separate functions

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@chromium.org>
common/cmd_mem.c