Merge pull request #38 from cmuellner/parser

parse_parameter: Continue parsing after 'mtdparts'.
This commit is contained in:
Open Source Software for Rockchip SoCs(moved to https://github.com/rockchip-linux/) 2019-06-28 11:29:58 +08:00 committed by GitHub
commit 04dfeff18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -483,7 +483,6 @@ bool parse_parameter(char *pParameter, PARAM_ITEM_VECTOR &vecItem, CONFIG_ITEM_V
vecItem.push_back(item); vecItem.push_back(item);
} }
} }
break;
} }
return bFind; return bFind;