projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb222d1
)
Tegra: enable verify support for the crc32 command
author
Tom Warren
<twarren@nvidia.com>
Tue, 26 Mar 2013 17:39:33 +0000
(10:39 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common.h
b/include/configs/tegra-common.h
index
e9241b8
..
cb9e7c3
100644
(file)
--- 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_ */