diff options
author | Nikolaos Pasaloukos | 2015-03-05 13:15:20 +0000 |
---|---|---|
committer | Tom Rini | 2015-03-05 09:23:39 -0500 |
commit | 41ffb45c35324456b824afd2602993fbdf817b92 (patch) | |
tree | 61fc3628512279c62000e7c19d4fb5f873a0a889 | |
parent | 642b6d7c16a7bc46e568375dee06da4dd467ef18 (diff) |
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
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index f82bc88a12b..e6627743045 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. |