[U-Boot] [U-BOOT 1/1] kconfig: common: Fix memtest bool name
Nikolaos Pasaloukos
Nikolaos.Pasaloukos at imgtec.com
Thu Mar 5 14:15:20 CET 2015
Fix the name appearing in menuconfig for memtest command
Signed-off-by: Nikolaos Pasaloukos <Nikolaos.Pasaloukos at imgtec.com>
Cc: Masahiro Yamada <yamada.m at jp.panasonic.com
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index f82bc88..e662774 100644
--- 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.
--
2.0.5
More information about the U-Boot
mailing list