]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:38:43 +0000 (22:38 +0200)
commit55c36da58c21f35d99ad88baa00e3ada6a59aa78
tree6c636e2f8f884c52698920c176b3feccc6519d3a
parent0886ccc6007147b1a93ec4300531117ff7c38450
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