commit | 4b0496fe79a749b151126f38ceaccef4911aa504 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 30 19:16:49 2019 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Tue Aug 27 11:19:23 2019 +0200 |
tree | 55349dc4bf216b73a5e225061e6a990c922fc3d0 | |
parent | 375c28ac764c5595cd158c13f6dc158033984df9 [diff] |
stm32mp1: ram: fix address issue in 2 tests If user choose to test memory size is 1GByte (0x40000000), memory address would overflow in test "Random" and test "FrequencySelectivePattern". Thus the system would hangs up when running DDR test. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Bossen WU <bossen.wu@st.com>