Skip to content
Snippets Groups Projects
Commit 3efff99f authored by Tom Warren's avatar Tom Warren
Browse files

Tegra: enable verify support for the crc32 command


Some 3rd-party flash tools use the -v (verify) option of crc32 command.

Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent eb222d1d
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,9 @@ ...@@ -168,7 +168,9 @@
#define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SPL_GPIO_SUPPORT
#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_GENERIC_BOARD
/* Misc utility code */ /* Misc utility code */
#define CONFIG_BOUNCE_BUFFER #define CONFIG_BOUNCE_BUFFER
#define CONFIG_CRC32_VERIFY
#endif /* _TEGRA_COMMON_H_ */ #endif /* _TEGRA_COMMON_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment