[U-Boot] [PATCH v2 5/8] nios2: remove gp assignments in link script

2015-09-04 Thread Thomas Chou
Since we don't use gp for small data with option "-G0", we use gp as global data pointer. The _gp location is not needed. The ALIGN(16) was for gp only. It is removed, so that we can get correct address of dtb in u-boot-dtb.bin image. Signed-off-by: Thomas Chou ---

Re: [U-Boot] [PATCH v2 5/8] nios2: remove gp assignments in link script

2015-09-04 Thread Marek Vasut
On Friday, September 04, 2015 at 02:22:20 PM, Thomas Chou wrote: > Since we don't use gp for small data with option "-G0", > we use gp as global data pointer. The _gp location is > not needed. > > The ALIGN(16) was for gp only. It is removed, so that we > can get correct address of dtb in