mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
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>
This commit is contained in:
parent
2a0583e3e8
commit
f8136e68cc
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ config USE_ARCH_MEMCPY
|
||||||
but may increase the binary size.
|
but may increase the binary size.
|
||||||
|
|
||||||
config SPL_USE_ARCH_MEMCPY
|
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
|
default y if USE_ARCH_MEMCPY
|
||||||
depends on !ARM64
|
depends on !ARM64
|
||||||
help
|
help
|
||||||
|
@ -271,7 +271,7 @@ config USE_ARCH_MEMSET
|
||||||
but may increase the binary size.
|
but may increase the binary size.
|
||||||
|
|
||||||
config SPL_USE_ARCH_MEMSET
|
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
|
default y if USE_ARCH_MEMSET
|
||||||
depends on !ARM64
|
depends on !ARM64
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue