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 <gabeblack@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/61532
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
Gabe Black 2013-07-10 20:57:05 -07:00 committed by ChromeBot
commit 1865fd5525

View file

@ -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