cmake: Post-merge fixups

This commit is contained in:
Angus Gratton
2018-09-05 17:27:19 +08:00
committed by Angus Gratton
parent b355854d4d
commit 0bc5dcc2c2
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
"file" : "partition_table/partition-table.bin" },
"otadata" : { "offset" : "${OTADATA_PARTITION_OFFSET}",
"file" : "${BLANK_OTADATA_FILE}" },
"app" : { "offset" : "${APP_PARTITION.py_OFFSET}",
"app" : { "offset" : "${APP_PARTITION_OFFSET}",
"file" : "${PROJECT_NAME}.bin" }
}