forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/include/debug/dc21285.S
....@@ -1,14 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* arch/arm/mach-footbridge/include/mach/debug-macro.S
23 *
34 * Debugging macro include header
45 *
56 * Copyright (C) 1994-1999 Russell King
67 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
11
- *
128 */
139
1410 #include <asm/hardware/dec21285.h>
....@@ -38,5 +34,8 @@
3834 bne 1001b
3935 .endm
4036
41
- .macro waituart,rd,rx
37
+ .macro waituartcts,rd,rx
38
+ .endm
39
+
40
+ .macro waituarttxrdy,rd,rx
4241 .endm