ARM: make memset and memcpy prompt message more clearly
authorAndy Yan <andy.yan@rock-chips.com>
Wed, 28 Jun 2017 08:27:37 +0000 (16:27 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Jun 2017 13:51:06 +0000 (09:51 -0400)
commitf8136e68cc2bb31cdfdcd54329efa5637171f98f
tree2d5f644ed796d3dbb802930491df7e05aa0f5d28
parent2a0583e3e886196338ef373c045d4a0e02ee8670
ARM: make memset and memcpy prompt message more clearly

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