diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-12-19 19:31:04 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-27 11:24:16 -0500 |
commit | d0cf5512e9747f6e370c1c682c0f60474b5ca8e9 (patch) | |
tree | c6ba097d7221528c29ec84cb1bfc128087b73c78 /README | |
parent | 085be482f6c62614ddbe51000a09db9dec360e90 (diff) |
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 <yamada.masahiro@socionext.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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. |