mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 12:08:56 +01:00
kconfig: common: Fix memtest bool name
Fix the name appearing in menuconfig for memtest command Signed-off-by: Nikolaos Pasaloukos <Nikolaos.Pasaloukos@imgtec.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com
This commit is contained in:
parent
642b6d7c16
commit
41ffb45c35
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ config LOOPW
|
|||
Infinite write loop on address range
|
||||
|
||||
config CMD_MEMTEST
|
||||
bool "crc32"
|
||||
bool "memtest"
|
||||
help
|
||||
Simple RAM read/write test.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue