commit | 0198f9d08027613c8b4e484113a54e3139eadb01 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Mar 30 00:19:53 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Apr 02 16:23:34 2013 -0400 |
tree | fb294e5f79463760097d3e19e527de79b6c048ce | |
parent | 20ca3ad5159073bc7b085946de76029bd77134bc [diff] |
replace last __bss_end__ occurrences with __bss_end Simon Glass' commit 3929fb0a141530551b3fce15ee08629f80d5ef2a, which changed all occurrences of __bss__end__ into __bss_end, left behind some untouched __bss_end__ occurrences in all 33 u-boot.lds.debug files, in board/mousse/u-boot.lds.ram and in board/mousse/u-boot.lds.rom. These are replaced here. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>