[U-Boot] [PATCH v4 1/4] Refactor do_reset() into board-specific and CPU-specific portions
Mike Frysinger
vapier at gentoo.org
Wed Feb 23 20:35:51 CET 2011
On Wednesday, February 23, 2011 14:28:44 Kyle Moffett wrote:
> +__attribute__((__weak__)) int arch_reset(void)
> +{
> + return 0;
> +}
is there any cpu which wouldnt provide arch_reset() ? i dont think it was
possible in the past to do this, so i dont see any value in supporting this.
> +int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
static
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110223/b089bba2/attachment.pgp
More information about the U-Boot
mailing list