x86: Don't bother clearing global NVS
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:20 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 5 Nov 2020 06:58:45 +0000 (14:58 +0800)
commitdc0791d4154614cf4f32e295f88ec1e7d5a227a1
tree3c7d869d152aefb3578fbd7885f5060a3185c59a
parent5019e201ccaee4bd54ba707dfc4eece885857629
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>
arch/x86/cpu/intel_common/acpi.c