On Saturday 19 November 2011 00:21:33 Stefan Kristiansson wrote:
> --- /dev/null
> +++ b/arch/openrisc/lib/board.c
>
> +extern int timer_init(void);

common.h already provides this.  delete this line.

> +init_fnc_t *init_sequence[] = {

static init_fnc_t * const init_sequence[] = {

> +     NULL,                   /* Terminate this list */

use ARRAY_SIZE(init_sequence) and you don't need the NULL pointer

> +#if defined(CONFIG_NET_MULTI)

this define no longer exists, so delete any references to it

> --- /dev/null
> +++ b/arch/openrisc/lib/timer.c
>
> +#include <asm/system.h>
> +#include <asm/openrisc_exc.h>
> +#include <common.h>

asm/ after non-asm/ includes
-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