| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Support for 'mpc5200-simple-platform' compatible boards. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Written by Marian Balakowicz <m8@semihalf.com> |
|---|
| 5 | 6 | * Copyright (C) 2007 Semihalf |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | 7 | * |
|---|
| 12 | 8 | * Description: |
|---|
| 13 | 9 | * This code implements support for a simple MPC52xx based boards which |
|---|