| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * The simple platform -- for booting when firmware doesn't supply a device |
|---|
| 3 | 4 | * tree or any platform configuration information. |
|---|
| .. | .. |
|---|
| 9 | 10 | * |
|---|
| 10 | 11 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
|---|
| 11 | 12 | * Copyright (c) 2008 Secret Lab Technologies Ltd. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 14 | | - * under the terms of the GNU General Public License version 2 as published |
|---|
| 15 | | - * by the Free Software Foundation. |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | |
|---|
| 18 | 15 | #include "ops.h" |
|---|