commit | 304ce79914510365f7630d2a65172301e2ee204f | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Sat Oct 03 13:56:46 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 24 13:50:33 2015 -0400 |
tree | 71f27353e0ccfd62147a6fa10f88f234218dc209 | |
parent | b97c626aa787dd8afe264d7a4e639d460dd9cdc1 [diff] |
itest: make memory access work under sandbox itest accesses memory, and hence must map/unmap it. Without doing so, it accesses invalid addresses and crashes. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Simon Glass <sjg@chromium.org>