commit | 218da804ef0971ecee8063c45deae0345e344812 | [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 | c5da05cd412e1656fe3d1909966013fc121c5c5c [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>