| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * This interface is used for compatibility with old U-boots *ONLY*. |
|---|
| 3 | 4 | * Please do not imitate or extend this. |
|---|
| .. | .. |
|---|
| 18 | 19 | /* |
|---|
| 19 | 20 | * (C) Copyright 2000, 2001 |
|---|
| 20 | 21 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
|---|
| 21 | | - * |
|---|
| 22 | | - * This program is free software; you can redistribute it and/or |
|---|
| 23 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 24 | | - * published by the Free Software Foundation; either version 2 of |
|---|
| 25 | | - * the License, or (at your option) any later version. |
|---|
| 26 | | - * |
|---|
| 27 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 28 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 29 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 30 | | - * GNU General Public License for more details. |
|---|
| 31 | | - * |
|---|
| 32 | | - * You should have received a copy of the GNU General Public License |
|---|
| 33 | | - * along with this program; if not, write to the Free Software |
|---|
| 34 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
|---|
| 35 | | - * MA 02111-1307 USA |
|---|
| 36 | 22 | */ |
|---|
| 37 | 23 | |
|---|
| 38 | 24 | #ifndef __PPCBOOT_H__ |
|---|