Fix inconsistency of VERIFY defines in cmd_mem
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 5 May 2015 17:23:52 +0000 (12:23 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 10 May 2015 13:59:37 +0000 (09:59 -0400)
commit849337bb22ca87355963236f784b7f3e57c0329a
tree3aaa339b4493b9741cfd35220c8b7112bfd3dc45
parent74d339bef94e879b2da6ef3c7aaa6e2b96c52b33
Fix inconsistency of VERIFY defines in cmd_mem

Introduced in change d20a40de9db07de1f1f06a79a4da1cdda5379b75
"Roll crc32 into hash infrastructure"

Use a consistent define to enable the verify feature in crc32 command.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/cmd_mem.c