Re: [U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem

2015-05-06 Thread Simon Glass
Hi Joe, On 5 May 2015 at 17:35, Joe Hershberger wrote: > Hi Simon, > > On Tue, May 5, 2015 at 4:37 PM, Simon Glass wrote: >> Hi Joe, >> >> On 5 May 2015 at 11:23, Joe Hershberger wrote: >>> >>> Introduced in change d20a40de9db07de1f1f06a79a4da1cdda5379b75 >>> "Roll crc32 into hash infrastructur

Re: [U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem

2015-05-05 Thread Joe Hershberger
Hi Simon, On Tue, May 5, 2015 at 4:37 PM, Simon Glass wrote: > Hi Joe, > > On 5 May 2015 at 11:23, Joe Hershberger wrote: >> >> Introduced in change d20a40de9db07de1f1f06a79a4da1cdda5379b75 >> "Roll crc32 into hash infrastructure" >> >> Use a consistent define to enable the verify feature in crc

Re: [U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem

2015-05-05 Thread Simon Glass
Hi Joe, On 5 May 2015 at 11:23, Joe Hershberger wrote: > > 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 > --- > > common/cmd_mem

[U-Boot] [PATCH 1/2] Fix inconsistency of VERIFY defines in cmd_mem

2015-05-05 Thread Joe Hershberger
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 --- common/cmd_mem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git