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

This commit is contained in:
Michael Liebmann
2013-10-01 20:35:37 +02:00
parent 9d7751dc8c
commit 00a194990e

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);