Skip to content
Snippets Groups Projects
Commit d0cf5512 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 085be482
No related branches found
No related tags found
No related merge requests found
...@@ -4593,12 +4593,6 @@ Low Level (hardware related) configuration options: ...@@ -4593,12 +4593,6 @@ Low Level (hardware related) configuration options:
addressable memory. This option causes some memory accesses addressable memory. This option causes some memory accesses
to be mapped through map_sysmem() / unmap_sysmem(). 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 - CONFIG_X86_RESET_VECTOR
If defined, the x86 reset vector code is included. This is not If defined, the x86 reset vector code is included. This is not
needed when U-Boot is running from Coreboot. needed when U-Boot is running from Coreboot.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment