From 1865fd5525d205c811f0d577face5a2facb4d09c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 10 Jul 2013 20:57:05 -0700 Subject: [PATCH] ARM: Some Kconfig variables were missed when moving the HAVE_ARCH_*s. BUG=None TEST=Built and booted on Snow. BRANCH=None Change-Id: I0f27bca119a248e22b06b7343ddc6a4cb85f68a0 Signed-off-by: Gabe Black Reviewed-on: https://gerrit.chromium.org/gerrit/61532 Reviewed-by: Hung-Te Lin Commit-Queue: Gabe Black Tested-by: Gabe Black --- src/arch/armv7/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/arch/armv7/Kconfig b/src/arch/armv7/Kconfig index 3b66058e9a..4f9fc344c7 100644 --- a/src/arch/armv7/Kconfig +++ b/src/arch/armv7/Kconfig @@ -40,12 +40,4 @@ config UPDATE_IMAGE is a suitable file for further processing. The bootblock will not be modified. -config HAVE_ARCH_MEMSET - bool - default y - -config HAVE_ARCH_MEMCPY - bool - default y - endmenu