diff mbox

[U-Boot,U-BOOT,1/1] kconfig: common: Fix memtest bool name

Message ID 1425561320-10358-1-git-send-email-Nikolaos.Pasaloukos@imgtec.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Nikolaos Pasaloukos March 5, 2015, 1:15 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini March 5, 2015, 2:43 p.m. UTC | #1
On Thu, Mar 05, 2015 at 01:15:20PM +0000, Nikolaos Pasaloukos wrote:
> 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

Applied to u-boot/master, thanks!
diff mbox

Patch

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.