commit | 7544ec5686908c5cb1f28f2fe2bb4cdf087100ae | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Jan 25 18:07:45 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:59:30 2018 -0400 |
tree | 4f046e069170e7ddd4e976a599738e32364c604f | |
parent | 485499e6cda06e719cde2b74f51802c5b4bdcc3a [diff] |
common/memsize.c: prepare get_ram_size update Save the content of the base address in a new variable in stack (save_base) to prepare restore this content. This patch don't modified code behavior and stack usage. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>