commit | 63ed255a71aa4cd5b3279895409e07532a83b8e1 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Sun Sep 06 20:18:10 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:28:38 2015 +0800 |
tree | eaa9160894cb8e4537bde3105e53b04b7f5b2f4d | |
parent | f2bec0e9e40136ce44152e51bb9e3234197da89b [diff] |
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>