summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/bsp/engine.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py
index 7a98f447c3..eb3efbf5c7 100644
--- a/scripts/lib/bsp/engine.py
+++ b/scripts/lib/bsp/engine.py
@@ -1235,10 +1235,10 @@ def yocto_bsp_create(machine, arch, scripts_path, bsp_output_dir, codedump, prop
1235 1235
1236 gen_program_header_lines(program_lines) 1236 gen_program_header_lines(program_lines)
1237 1237
1238 gen_initial_property_vals(input_lines, program_lines)
1239
1238 if properties: 1240 if properties:
1239 gen_supplied_property_vals(properties, program_lines) 1241 gen_supplied_property_vals(properties, program_lines)
1240 else:
1241 gen_initial_property_vals(input_lines, program_lines)
1242 1242
1243 gen_program_machine_lines(machine, program_lines) 1243 gen_program_machine_lines(machine, program_lines)
1244 1244