diff options
Diffstat (limited to 'scripts')
-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 a3ee325a8f..32cab3b642 100644 --- a/scripts/lib/bsp/kernel.py +++ b/scripts/lib/bsp/kernel.py | |||
@@ -331,6 +331,7 @@ def write_patch_items(scripts_path, machine, patch_items): | |||
331 | patch list [${machine}-user-patches.scc]. | 331 | patch list [${machine}-user-patches.scc]. |
332 | """ | 332 | """ |
333 | f = open_user_file(scripts_path, machine, machine+"-user-patches.scc", "w") | 333 | f = open_user_file(scripts_path, machine, machine+"-user-patches.scc", "w") |
334 | f.write("mark patching start\n") | ||
334 | for item in patch_items: | 335 | for item in patch_items: |
335 | f.write("patch " + item + "\n") | 336 | f.write("patch " + item + "\n") |
336 | f.close() | 337 | f.close() |