Searched hist:"355483 e1020f638701cecb8d1951b2a1fa90d153" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 355483e1020f638701cecb8d1951b2a1fa90d153 Sun Sep 06 12:18:10 UTC 2015 Thomas Chou <thomas@wytron.com.tw> nios2: remove gp assignments in link script
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 <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>
|