| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * PPC476 board specific routines |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 12 | 13 | * |
|---|
| 13 | 14 | * Rewritten and ported to the merged powerpc tree: |
|---|
| 14 | 15 | * Copyright 2007 David Gibson <dwg@au1.ibm.com>, IBM Corporation. |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 17 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 18 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 19 | | - * option) any later version. |
|---|
| 20 | 16 | */ |
|---|
| 21 | 17 | |
|---|
| 22 | 18 | #include <linux/init.h> |
|---|