]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Tegra: enable verify support for the crc32 command
authorTom Warren <twarren@nvidia.com>
Tue, 26 Mar 2013 17:39:33 +0000 (10:39 -0700)
committerTom Warren <twarren@nvidia.com>
Mon, 15 Apr 2013 18:01:37 +0000 (11:01 -0700)
Some 3rd-party flash tools use the -v (verify) option of crc32 command.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
include/configs/tegra-common.h

index e9241b8dff8ddd46a2066fba396e2711b9210da2..cb9e7c383d97bedd77d84722a42175de040a161e 100644 (file)
 #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_ */