CFlashExpert::showMTDSelector(): Fixed typo at 'disable write uboot'

Origin commit data
------------------
Commit: 00a194990e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-01 (Tue, 01 Oct 2013)
This commit is contained in:
Michael Liebmann
2013-10-01 20:35:37 +02:00
parent 3b8ec519eb
commit c24b0bb9ad

View File

@@ -815,7 +815,7 @@ int CFlashExpert::showMTDSelector(const std::string & actionkey)
}
#else
// disable write uboot
if ((actionkey == "writemtd") && (lx == mtdInfo->findMTDNumberFromName("u-boot")))
if ((actionkey == "writemtd") && (lx == mtdInfo->findMTDNumberFromName("U-Boot")))
enabled = false;
#endif
sprintf(sActionKey, "%s%d", actionkey.c_str(), lx);