commit | 8f2c7588de6f2056deacd7df87937bbde4036852 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 24 17:33:16 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:09:22 2013 -0800 |
tree | dc224435534f3493d9edf302b1e769fdb158db83 | |
parent | e6d0ca2e0d6c00028adc57e306f45faf90ade493 [diff] |
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>