aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Warren2013-03-26 12:39:33 -0500
committerTom Warren2013-04-15 13:01:37 -0500
commit3efff99fbd971cd087569162e8f00f8f91cd3f22 (patch)
tree4ce94849ad3b9e8c4b7ad8f6ce2737856d1f671a
parenteb222d1d7de5946501ed15c49f9d23bc05fc5a87 (diff)
downloadu-boot-3efff99fbd971cd087569162e8f00f8f91cd3f22.tar.gz
u-boot-3efff99fbd971cd087569162e8f00f8f91cd3f22.tar.xz
u-boot-3efff99fbd971cd087569162e8f00f8f91cd3f22.zip
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>
-rw-r--r--include/configs/tegra-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index e9241b8dff..cb9e7c383d 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -168,7 +168,9 @@
168#define CONFIG_SPL_GPIO_SUPPORT 168#define CONFIG_SPL_GPIO_SUPPORT
169 169
170#define CONFIG_SYS_GENERIC_BOARD 170#define CONFIG_SYS_GENERIC_BOARD
171
171/* Misc utility code */ 172/* Misc utility code */
172#define CONFIG_BOUNCE_BUFFER 173#define CONFIG_BOUNCE_BUFFER
174#define CONFIG_CRC32_VERIFY
173 175
174#endif /* _TEGRA_COMMON_H_ */ 176#endif /* _TEGRA_COMMON_H_ */