projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642b6d7
)
kconfig: common: Fix memtest bool name
author
Nikolaos Pasaloukos
<Nikolaos.Pasaloukos@imgtec.com>
Thu, 5 Mar 2015 13:15:20 +0000
(13:15 +0000)
committer
Tom Rini
<trini@konsulko.com>
Thu, 5 Mar 2015 14:23:39 +0000
(09:23 -0500)
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
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index f82bc88a12b4f3bd9aa70373f07628aa3aeb0f17..e662774304599dd03946b8c6b34718d4b5b93cd0 100644
(file)
--- a/
common/Kconfig
+++ b/
common/Kconfig
@@
-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.