Replace PARTITION_TABLE_CSV variable instead of appending

This commit is contained in:
Valerii Koval
2018-05-07 23:50:32 +03:00
parent 78b5dfe974
commit bdbf125d4d
+1 -1
View File
@@ -323,7 +323,7 @@ if not isfile(join(env.subst("$PROJECTSRC_DIR"), "sdkconfig.h")):
#
# Export path to the partitions table
env.Append(
env.Replace(
PARTITION_TABLE_CSV=join(
FRAMEWORK_DIR, "components", "partition_table",
"%s.csv" % env.BoardConfig().get("build.partitions", "partitions_singleapp")