diff options
author | Nikolaos Pasaloukos <Nikolaos.Pasaloukos@imgtec.com> | 2015-03-05 13:15:20 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 09:23:39 -0500 |
commit | 41ffb45c35324456b824afd2602993fbdf817b92 (patch) | |
tree | 61fc3628512279c62000e7c19d4fb5f873a0a889 /common/Kconfig | |
parent | 642b6d7c16a7bc46e568375dee06da4dd467ef18 (diff) | |
download | u-boot-imx-41ffb45c35324456b824afd2602993fbdf817b92.zip u-boot-imx-41ffb45c35324456b824afd2602993fbdf817b92.tar.gz u-boot-imx-41ffb45c35324456b824afd2602993fbdf817b92.tar.bz2 |
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
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |