resolved conflicts for merge of e1daf61d to master

Change-Id: Idf5767f68dd19b51940ea69528cdd389b04d56b9
This commit is contained in:
Doug Zongker
2010-09-21 20:10:32 -07:00

View File

@@ -115,7 +115,7 @@ def AddSystem(output_zip):
build_command = ["mkuserimg.sh",
os.path.join(OPTIONS.input_tmp, "system"), img.name,
fstab["/system"].fs_type, "system"]
if "system_img" in OPTIONS.info_dict:
if "system_size" in OPTIONS.info_dict:
build_command.append(str(OPTIONS.info_dict["system_size"]))
else:
build_command = ["mkyaffs2image", "-f"]