]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/etype/u_boot_spl_bss_pad.py
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / tools / binman / etype / u_boot_spl_bss_pad.py
index c37f61db23553de720f2659714c3409f4dd1798f..d14122b435780c84af26958e16349b8f88aa8dac 100644 (file)
@@ -1,8 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016 Google, Inc
 # Written by Simon Glass <sjg@chromium.org>
 #
-# SPDX-License-Identifier:      GPL-2.0+
-#
 # Entry-type module for BSS padding for spl/u-boot-spl.bin. This padding
 # can be added after the SPL binary to ensure that anything concatenated
 # to it will appear to SPL to be at the end of BSS rather than the start.