diff options
Diffstat (limited to 'scripts/lib/bsp/kernel.py')
| -rw-r--r-- | scripts/lib/bsp/kernel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py index 32cab3b642..a3ee325a8f 100644 --- a/scripts/lib/bsp/kernel.py +++ b/scripts/lib/bsp/kernel.py | |||
| @@ -331,7 +331,6 @@ 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") | ||
| 335 | for item in patch_items: | 334 | for item in patch_items: |
| 336 | f.write("patch " + item + "\n") | 335 | f.write("patch " + item + "\n") |
| 337 | f.close() | 336 | f.close() |
