瀏覽代碼

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 <twarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tom Warren 12 年之前
父節點
當前提交
3efff99fbd
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/configs/tegra-common.h

+ 2 - 0
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_ */