commit | d1886a559566b07063ae4d1003199d71f0766a56 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Sep 14 19:03:32 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Sep 14 21:28:54 2019 +0200 |
tree | 352b45a1ad9c43fd0b641a0aebe53420122a8192 | |
parent | 0907b10b9ae2b069e1313ba1595b3f0e90dcea26 [diff] |
sh: Fix incorrect linking with new binutils Since binutils 2.30 , the resulting U-Boot binary was incorrectly linked against address 0 instead of text base, fix it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>