From: Masahiro Yamada Date: Mon, 19 Dec 2016 10:31:04 +0000 (+0900) Subject: README: remove description about CONFIG_USE_ARCH_MEMCPY/SET X-Git-Tag: v2017.01-rc3~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d0cf5512e9747f6e370c1c682c0f60474b5ca8e9;p=u-boot README: remove description about CONFIG_USE_ARCH_MEMCPY/SET These options are now described in the Kconfig help. We do not want to maintain duplicated documentation. Signed-off-by: Masahiro Yamada Reviewed-by: Fabio Estevam Reviewed-by: Tom Rini --- diff --git a/README b/README index 25cad2ff01..0bd6e6cb92 100644 --- a/README +++ b/README @@ -4593,12 +4593,6 @@ Low Level (hardware related) configuration options: addressable memory. This option causes some memory accesses to be mapped through map_sysmem() / unmap_sysmem(). -- CONFIG_USE_ARCH_MEMCPY - CONFIG_USE_ARCH_MEMSET - If these options are used a optimized version of memcpy/memset will - be used if available. These functions may be faster under some - conditions but may increase the binary size. - - CONFIG_X86_RESET_VECTOR If defined, the x86 reset vector code is included. This is not needed when U-Boot is running from Coreboot.