]> git.ipfire.org Git - people/ms/u-boot.git/commit
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
authorSimon Glass <sjg@chromium.org>
Sun, 24 Feb 2013 17:33:29 +0000 (17:33 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 1 Mar 2013 03:09:24 +0000 (19:09 -0800)
commit8e169cc943fcf93dd803adc70433b2c587db8796
treef3328235d0fc652fc8df41468749d78451c4a8f0
parentecdbf419f9c979cb6417df261c324c5beb63300d
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file

This config effectively has a default value of 0, so add this setting
at the top of the code to remove an #ifdef in the C function.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_mem.c