Re: [U-Boot] [PATCH] Tegra: enable verify support for the crc32 command

2013-03-26 Thread Simon Glass
On Tue, Mar 26, 2013 at 10:52 AM, Tom Warren wrote: > Some 3rd-party flash tools use the -v (verify) option of crc32 command. > > Signed-off-by: Tom Warren Acked-by: Simon Glass > --- > include/configs/tegra-common.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/t

[U-Boot] [PATCH] Tegra: enable verify support for the crc32 command

2013-03-26 Thread Tom Warren
Some 3rd-party flash tools use the -v (verify) option of crc32 command. Signed-off-by: Tom Warren --- include/configs/tegra-common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 036ded0..30dc736 100644 --- a/include/c