mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 20:57:01 +02:00
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>
This commit is contained in:
parent
eb222d1d7d
commit
3efff99fbd
@ -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_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user