forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/platforms/amigaone/setup.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * AmigaOne platform setup
34 *
....@@ -5,11 +6,6 @@
56 *
67 * Based on original amigaone_setup.c source code
78 * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
139 */
1410
1511 #include <linux/kernel.h>
....@@ -150,7 +146,6 @@
150146 */
151147 cur_cpu_spec->cpu_features &= ~CPU_FTR_NEED_COHERENT;
152148
153
- ISA_DMA_THRESHOLD = 0x00ffffff;
154149 DMA_MODE_READ = 0x44;
155150 DMA_MODE_WRITE = 0x48;
156151