[U-Boot] [PATCH V6 2/5] omap-common: add nand spl support

Aneesh V aneesh at ti.com
Thu Jul 28 11:58:23 CEST 2011


Hi Simon,

On Thursday 28 July 2011 02:08 PM, Simon Schwarz wrote:
[snip ..]
> +
> +int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
> +{
> +	debug("resetting cpu...");
> +	reset_cpu(0);
> +
> +	return 0;
> +}

Can you explain the need of this do_reset()? I couldn't figure out
where it is used in SPL.

br,
Aneesh


More information about the U-Boot mailing list