From 1afe51af83ad0beb3f0ace1085524b327ecff7c6 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 26 Oct 2011 22:11:52 +0000 Subject: Add native memset() function on x86 Change-Id: Ia118ebe0a4b59bdcefd78895141a365170f6aed2 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/737 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/arch/x86/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 5ee7c4ac77..4ca49cbaf4 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -76,6 +76,10 @@ config CMOS_DEFAULT_FILE config BOOTBLOCK_SOUTHBRIDGE_INIT string +config HAVE_ARCH_MEMSET + bool + default y + config HAVE_ARCH_MEMCPY bool default y -- cgit v1.2.3