All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: make memset and memcpy prompt message more clearly
@ 2017-06-28  8:27 Andy Yan
  2017-06-29 17:28 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Yan @ 2017-06-28  8:27 UTC (permalink / raw)
  To: u-boot

The origin SPL_USE_ARCH_MEMSET/MEMCPY use same prompt message
as USE_ARCH_MEMSET/MEMCPY, which makes it's hard to distinguish
them in menuconfig interface. This patch gives them different
prompt messages for spl and none-spl config.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 arch/arm/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 46183ae..59206b8 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -253,7 +253,7 @@ config USE_ARCH_MEMCPY
 	  but may increase the binary size.
 
 config SPL_USE_ARCH_MEMCPY
-	bool "Use an assembly optimized implementation of memcpy"
+	bool "Use an assembly optimized implementation of memcpy for spl"
 	default y if USE_ARCH_MEMCPY
 	depends on !ARM64
 	help
@@ -271,7 +271,7 @@ config USE_ARCH_MEMSET
 	  but may increase the binary size.
 
 config SPL_USE_ARCH_MEMSET
-	bool "Use an assembly optimized implementation of memset"
+	bool "Use an assembly optimized implementation of memset for spl"
 	default y if USE_ARCH_MEMSET
 	depends on !ARM64
 	help
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] ARM: make memset and memcpy prompt message more clearly
  2017-06-28  8:27 [U-Boot] [PATCH] ARM: make memset and memcpy prompt message more clearly Andy Yan
@ 2017-06-29 17:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-06-29 17:28 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 28, 2017 at 04:27:37PM +0800, Andy Yan wrote:

> The origin SPL_USE_ARCH_MEMSET/MEMCPY use same prompt message
> as USE_ARCH_MEMSET/MEMCPY, which makes it's hard to distinguish
> them in menuconfig interface. This patch gives them different
> prompt messages for spl and none-spl config.
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170629/9911844a/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-29 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  8:27 [U-Boot] [PATCH] ARM: make memset and memcpy prompt message more clearly Andy Yan
2017-06-29 17:28 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.