commit | 24a284a288a98985a508e147c101a29402acb265 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 23 21:29:29 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Dec 05 06:01:34 2018 -0700 |
tree | ea14f430006a34818ec82fe630f84dcafa5bb0a2 | |
parent | 7e4d49c5dbd2eca6b6a66ed2623604b6c6aec075 [diff] |
sandbox: Zero the ram buffer on startup At present the RAM buffer is not inited unless it is read from a file, likely produced by an earlier phase of U-Boot. This causes valgrind warnings whenever the RAM buffer is used. Correct this by initing it if needed. Signed-off-by: Simon Glass <sjg@chromium.org>