]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: common: Fix memtest bool name
authorNikolaos Pasaloukos <Nikolaos.Pasaloukos@imgtec.com>
Thu, 5 Mar 2015 13:15:20 +0000 (13:15 +0000)
committerTom 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

index f82bc88a12b4f3bd9aa70373f07628aa3aeb0f17..e662774304599dd03946b8c6b34718d4b5b93cd0 100644 (file)
@@ -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.