diff options
Diffstat (limited to 'scripts/lib/bsp')
-rw-r--r-- | scripts/lib/bsp/kernel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py index ba68b60fcb..07832282c3 100644 --- a/scripts/lib/bsp/kernel.py +++ b/scripts/lib/bsp/kernel.py | |||
@@ -333,6 +333,7 @@ def write_patch_items(scripts_path, machine, patch_items): | |||
333 | patch list [${machine}-user-patches.scc]. | 333 | patch list [${machine}-user-patches.scc]. |
334 | """ | 334 | """ |
335 | f = open_user_file(scripts_path, machine, machine+"-user-patches.scc", "w") | 335 | f = open_user_file(scripts_path, machine, machine+"-user-patches.scc", "w") |
336 | f.write("mark patching start\n") | ||
336 | for item in patch_items: | 337 | for item in patch_items: |
337 | f.write("patch " + item + "\n") | 338 | f.write("patch " + item + "\n") |
338 | f.close() | 339 | f.close() |