diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-25 23:43:34 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-30 00:51:31 +0200 |
commit | 0054afa11daa8db78dbe6aa55150238525187596 (patch) | |
tree | 4abd0ccc44c48378c3257816b9e0f6c878a3abd2 /src/arch/x86/Kconfig | |
parent | 19e7e7d2e7cb4ff0ae821448355ec8b14e0bd2bf (diff) |
Add faster, architecture dependent memcpy()
Change-Id: I38d15f3f1ec65f0cb7974d2dd4ae6356433bddd8
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: http://review.coreboot.org/736
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 314646fdb9..5ee7c4ac77 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_MEMCPY + bool + default y + config BIG_ENDIAN bool default n |