]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:30 +0000 (14:10 +0200)
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 13cedbe9ad475bd1d4cd703a81978c8475aff661..130e2067aab88c8b0f3db7425836eae926ec73a6 100644 (file)
@@ -165,7 +165,7 @@ config LOOPW
          Infinite write loop on address range
 
 config CMD_MEMTEST
-       bool "crc32"
+       bool "memtest"
        help
          Simple RAM read/write test.