commit | 0e806a7a0e336fe89ce090bab8c422889aae5e46 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Jan 25 18:07:46 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:59:30 2018 -0400 |
tree | e6b22973a46573e9c7be6e18e21d631446c74924 | |
parent | 7544ec5686908c5cb1f28f2fe2bb4cdf087100ae [diff] |
common/memsize.c: restore content of the base address For the last return of function get_ram_size(), when size=maxsize, restore the base address (*base) content. Add comment for the remaining case to avoid regression: this case is already correctly handled. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>