On Tuesday 18 October 2011 19:41:23 Kyle Moffett wrote:
> +int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
> +{
>       unsigned long val, msr;
> 
> +     /* Allow boards to override the reset */
> +     int err = __board_restart();
> +     if (err)
> +             return err;

i thought we decided that do_reset() shouldn't return
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to