summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNikolaos Pasaloukos <Nikolaos.Pasaloukos@imgtec.com>2015-03-05 13:15:20 +0000
committerTom Rini <trini@konsulko.com>2015-03-05 09:23:39 -0500
commit41ffb45c35324456b824afd2602993fbdf817b92 (patch)
tree61fc3628512279c62000e7c19d4fb5f873a0a889 /common
parent642b6d7c16a7bc46e568375dee06da4dd467ef18 (diff)
downloadtalos-obmc-uboot-41ffb45c35324456b824afd2602993fbdf817b92.tar.gz
talos-obmc-uboot-41ffb45c35324456b824afd2602993fbdf817b92.zip
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')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f82bc88a12..e662774304 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.
OpenPOWER on IntegriCloud