On Thursday 01 March 2012 02:09:05 Thomas Chou wrote:
> --- a/arch/nios2/lib/board.c
> +++ b/arch/nios2/lib/board.c
>
> +gd_t gd_data;
> +bd_t bd_data;

mark both static

> --- a/include/configs/nios2-generic.h
> +++ b/include/configs/nios2-generic.h
>
>   * MEMORY ORGANIZATION
>   *   -Monitor at top of sdram.
>   *   -The heap is placed below the monitor
> - *   -Global data is placed below the heap.
> - *   -The stack is placed below global data (&grows down).
> + *   -The stack is placed below the heap (&grows down).

you've got a tab after ther "*" but none of the previous lines do ...
-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