
1 Mar
2012
1 Mar
'12
6:17 p.m.
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