commit | cdc3a869131e8fd79fb8c7eb366c615396e14e56 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Fri Jun 30 23:30:52 2023 -0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 03 10:20:13 2023 -0400 |
tree | c4be5cbeedaa6ed5ec65106307b9eb0a5a5db7d3 | |
parent | d2299cea50b78d88b54bec6566d8cd23d3709d58 [diff] |
microblaze: u-boot-spl.lds: Pass _image_binary_end Pass _image_binary_end to make a standard way to indicate the end of the text section in SPL. The motivation for this is to have a uniform way to handle the SPL boundary checks. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Marek Vasut <marex@denx.de>