diff mbox

[3/3] README: remove description about CONFIG_USE_ARCH_MEMCPY/SET

Message ID 1482143465-14584-4-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit d0cf5512e9747f6e370c1c682c0f60474b5ca8e9
Headers show

Commit Message

Masahiro Yamada Dec. 19, 2016, 10:31 a.m. UTC
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>

---

 README | 6 ------
 1 file changed, 6 deletions(-)

-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Fabio Estevam Dec. 19, 2016, 11:32 a.m. UTC | #1
On Mon, Dec 19, 2016 at 8:31 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> 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>

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom Rini Dec. 19, 2016, 10:01 p.m. UTC | #2
On Mon, Dec 19, 2016 at 07:31:04PM +0900, Masahiro Yamada wrote:

> 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: Tom Rini <trini@konsulko.com>


-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom Rini Dec. 29, 2016, 10:37 p.m. UTC | #3
On Mon, Dec 19, 2016 at 07:31:04PM +0900, Masahiro Yamada wrote:

> 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>


Applied to u-boot/master, thanks!

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/README b/README
index 25cad2f..0bd6e6c 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.