diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-26 22:11:52 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-30 00:57:24 +0200 |
commit | 1afe51af83ad0beb3f0ace1085524b327ecff7c6 (patch) | |
tree | ddbc7a6a026d598691a1c9c6292fbd14dad08c1c /src/arch/x86/Kconfig | |
parent | 0054afa11daa8db78dbe6aa55150238525187596 (diff) | |
download | coreboot-1afe51af83ad0beb3f0ace1085524b327ecff7c6.tar.xz |
Add native memset() function on x86
Change-Id: Ia118ebe0a4b59bdcefd78895141a365170f6aed2
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/737
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |