diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-07 13:49:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-07 13:49:39 -0400 |
commit | 2f760735c170c854ffca76be5607cec5c56fdc4f (patch) | |
tree | 50cfd63bf25f0106c0ffa622cd4c9285dc36fc31 /arch/sh/cpu/u-boot.lds | |
parent | ba83753289f5ad99f64e72fd0ee141c647aeda0f (diff) | |
parent | eaae4ee2bd349797a69f74240abd8329e18d5dbd (diff) | |
download | u-boot-WIP/06Sep2019.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-shWIP/06Sep2019
- Initial DM conversion
Diffstat (limited to 'arch/sh/cpu/u-boot.lds')
-rw-r--r-- | arch/sh/cpu/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/cpu/u-boot.lds b/arch/sh/cpu/u-boot.lds index 7b225a6bd9..47302da252 100644 --- a/arch/sh/cpu/u-boot.lds +++ b/arch/sh/cpu/u-boot.lds @@ -75,6 +75,7 @@ SECTIONS PROVIDE (__init_end = .); PROVIDE (reloc_dst_end = .); + PROVIDE (_end = .); PROVIDE (bss_start = .); PROVIDE (__bss_start = .); |