diff options
Diffstat (limited to 'target/linux/mediatek/image/gen_scatterfile.sh')
-rwxr-xr-x | target/linux/mediatek/image/gen_scatterfile.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/mediatek/image/gen_scatterfile.sh b/target/linux/mediatek/image/gen_scatterfile.sh index f23cf819b8..15fc0bc84c 100755 --- a/target/linux/mediatek/image/gen_scatterfile.sh +++ b/target/linux/mediatek/image/gen_scatterfile.sh @@ -1,10 +1,8 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-only # # Copyright © 2020 David Woodhouse <dwmw2@infradead.org> # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# # Generate as "scatter file" for use with the MediaTek SP Flash tool for # writing images to MediaTek boards. This can be used to write images # even on a bricked board which has no preloader installed, or broken |