diff options
Diffstat (limited to 'board/cm5200')
| -rw-r--r-- | board/cm5200/cm5200.c | 2 | ||||
| -rw-r--r-- | board/cm5200/cm5200.h | 2 | ||||
| -rw-r--r-- | board/cm5200/fwupdate.c | 2 | ||||
| -rw-r--r-- | board/cm5200/fwupdate.h | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/board/cm5200/cm5200.c b/board/cm5200/cm5200.c index e391dfc9e..048aa6c2e 100644 --- a/board/cm5200/cm5200.c +++ b/board/cm5200/cm5200.c @@ -16,7 +16,7 @@   *      - run-time SDRAM controller configuration   *      - LIBFDT support   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/board/cm5200/cm5200.h b/board/cm5200/cm5200.h index 9abc3568b..c2573f3bf 100644 --- a/board/cm5200/cm5200.h +++ b/board/cm5200/cm5200.h @@ -4,7 +4,7 @@   * Author: Bartlomiej Sieka <tur@semihalf.com>   * Author: Grzegorz Bernacki <gjb@semihalf.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef _CM5200_H diff --git a/board/cm5200/fwupdate.c b/board/cm5200/fwupdate.c index e963eb553..06d50234e 100644 --- a/board/cm5200/fwupdate.c +++ b/board/cm5200/fwupdate.c @@ -7,7 +7,7 @@   *   - code clean-up   *   - bugfix for overwriting bootargs by user   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> diff --git a/board/cm5200/fwupdate.h b/board/cm5200/fwupdate.h index ca77f89ab..6ddf0bac3 100644 --- a/board/cm5200/fwupdate.h +++ b/board/cm5200/fwupdate.h @@ -3,7 +3,7 @@   *   * Author: Michel Marti <mma@objectxp.com>   * - * SPDX-License-Identifier:	GPL-2.0+  + * SPDX-License-Identifier:	GPL-2.0+   */  #ifndef __FW_UPDATE_H |