commit | 949c3b5e6dff66f37c56b9354623398623d27898 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:20 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Nov 05 14:58:45 2020 +0800 |
tree | 3c7d869d152aefb3578fbd7885f5060a3185c59a | |
parent | de0115a0a448dc6f90327caac8fe70256450d244 [diff] |
x86: Don't bother clearing global NVS The bloblist guarantees that blobs are zeroed so there is no need to do an additional memset(). Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>