commit | 71635bd8b42bf955f813dbff3156adee8c5523d2 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Nov 28 00:15:28 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 21:32:48 2016 -0500 |
tree | a06297308412a852562709abd493304edabbd806 | |
parent | 621f570fe465d7a3a6930110c1d0330fd1c6ea57 [diff] |
sh: add MEMORY command to a shared linker script At the moment in runtime all defined sections are copied into or created in RAM, specify this explicitly to assert potential out of RAM placements of the sections. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>