| .. | .. |
|---|
| 1 | 1 | #!/bin/sh |
|---|
| 2 | +# SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 2 | 3 | # |
|---|
| 3 | 4 | # Copyright (C) 2017 Imagination Technologies |
|---|
| 4 | 5 | # Author: Paul Burton <paul.burton@mips.com> |
|---|
| 5 | | -# |
|---|
| 6 | | -# This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | -# under the terms of the GNU General Public License as published by the |
|---|
| 8 | | -# Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | -# option) any later version. |
|---|
| 10 | 6 | # |
|---|
| 11 | 7 | # This script merges configuration fragments for boards supported by the |
|---|
| 12 | 8 | # generic MIPS kernel. It checks each for requirements specified using |
|---|