| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Carsten Langgaard, carstenl@mips.com |
|---|
| 3 | 4 | * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. |
|---|
| 4 | 5 | * Copyright (C) 2008 Dmitri Vorobiev |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can distribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License (Version 2) as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 11 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 12 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|---|
| 13 | | - * for more details. |
|---|
| 14 | | - * |
|---|
| 15 | | - * You should have received a copy of the GNU General Public License along |
|---|
| 16 | | - * with this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 17 | | - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. |
|---|
| 18 | 6 | */ |
|---|
| 19 | 7 | #include <linux/cpu.h> |
|---|
| 20 | 8 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 28 | 16 | |
|---|
| 29 | 17 | #include <asm/dma-coherence.h> |
|---|
| 30 | 18 | #include <asm/fw/fw.h> |
|---|
| 31 | | -#include <asm/mach-malta/malta-dtshim.h> |
|---|
| 32 | 19 | #include <asm/mips-cps.h> |
|---|
| 33 | 20 | #include <asm/mips-boards/generic.h> |
|---|
| 34 | 21 | #include <asm/mips-boards/malta.h> |
|---|
| .. | .. |
|---|
| 80 | 67 | { |
|---|
| 81 | 68 | return "MIPS Malta"; |
|---|
| 82 | 69 | } |
|---|
| 83 | | - |
|---|
| 84 | | -const char display_string[] = " LINUX ON MALTA "; |
|---|
| 85 | 70 | |
|---|
| 86 | 71 | #ifdef CONFIG_BLK_DEV_FD |
|---|
| 87 | 72 | static void __init fd_activate(void) |
|---|