[U-Boot] [PATCH] Tegra: enable verify support for the crc32 command
Simon Glass
sjg at chromium.org
Tue Mar 26 18:54:45 CET 2013
On Tue, Mar 26, 2013 at 10:52 AM, Tom Warren <twarren.nvidia at gmail.com> wrote:
> Some 3rd-party flash tools use the -v (verify) option of crc32 command.
>
> Signed-off-by: Tom Warren <twarren at nvidia.com>
Acked-by: Simon Glass <sjg at chromium.org>
> ---
> include/configs/tegra-common.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
> index 036ded0..30dc736 100644
> --- 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
> +
Do you want this blank line?
> /* Misc utility code */
> #define CONFIG_BOUNCE_BUFFER
> +#define CONFIG_CRC32_VERIFY
>
> #endif /* _TEGRA_COMMON_H_ */
> --
> 1.8.1.5
>
Regards,
Simon
More information about the U-Boot
mailing list