From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 16 Oct 2020 17:55:42 +0800 Subject: [PATCH 08/32] x86: Don't bother clearing global NVS In-Reply-To: <20200928042611.1696178-7-sjg@chromium.org> References: <20200928042611.1696178-1-sjg@chromium.org> <20200928042611.1696178-7-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > The bloblist guarantees that blobs are zeroed so there is no need to do > an additional memset(). Drop it. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/intel_common/acpi.c | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Bin Meng