| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * common routine and memory layout for Tundra TSI108(Grendel) host bridge |
|---|
| 3 | 4 | * memory controller. |
|---|
| .. | .. |
|---|
| 6 | 7 | * Alex Bounine (alexandreb@tundra.com) |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * Copyright 2004-2006 Freescale Semiconductor, Inc. |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is free software; you can redistribute it and/or |
|---|
| 11 | | - * modify it under the terms of the GNU General Public License |
|---|
| 12 | | - * as published by the Free Software Foundation; either version |
|---|
| 13 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 14 | 10 | */ |
|---|
| 15 | 11 | |
|---|
| 16 | 12 | #ifndef __PPC_KERNEL_TSI108_H |
|---|