From: Tom Warren Date: Tue, 26 Mar 2013 17:39:33 +0000 (-0700) Subject: Tegra: enable verify support for the crc32 command X-Git-Tag: v2013.04~3^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3efff99fbd971cd087569162e8f00f8f91cd3f22;p=platform%2Fkernel%2Fu-boot.git Tegra: enable verify support for the crc32 command Some 3rd-party flash tools use the -v (verify) option of crc32 command. Signed-off-by: Tom Warren Acked-by: Simon Glass --- diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index e9241b8..cb9e7c3 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -168,7 +168,9 @@ #define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SYS_GENERIC_BOARD + /* Misc utility code */ #define CONFIG_BOUNCE_BUFFER +#define CONFIG_CRC32_VERIFY #endif /* _TEGRA_COMMON_H_ */