summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/engine.py')
-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 af90e91d18..9d16b19336 100644
--- a/scripts/lib/bsp/engine.py
+++ b/scripts/lib/bsp/engine.py
@@ -1245,10 +1245,10 @@ def yocto_bsp_create(machine, arch, scripts_path, bsp_output_dir, codedump, prop
1245 1245
1246 gen_program_header_lines(program_lines) 1246 gen_program_header_lines(program_lines)
1247 1247
1248 gen_initial_property_vals(input_lines, program_lines)
1249
1248 if properties: 1250 if properties:
1249 gen_supplied_property_vals(properties, program_lines) 1251 gen_supplied_property_vals(properties, program_lines)
1250 else:
1251 gen_initial_property_vals(input_lines, program_lines)
1252 1252
1253 gen_program_machine_lines(machine, program_lines) 1253 gen_program_machine_lines(machine, program_lines)
1254 1254