commit | d93fde34d18ac280dcdd989cb6aa5d0b1e8df13c | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Wed Apr 11 11:53:31 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Jul 11 09:21:02 2018 +0100 |
tree | 2d81208c8c13f6cba6eb25459c4bf09c74cb95f6 | |
parent | 0489bc006ab8bb9a2f9225bf83f731ba3209be6a [diff] |
Use ALIGN instead of NEXT in linker scripts Clang linker doesn't support NEXT. As we are not using the MEMORY command to define discontinuous memory for the output file in any of the linker scripts, ALIGN and NEXT are equivalent. Change-Id: I867ffb9c9a76d4e81c9ca7998280b2edf10efea0 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>