hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/include/debug/vt8500.S
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Debugging macro include header
34 *
45 * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com>
56 * Moved from arch/arm/mach-vt8500/include/mach/debug-macro.S
67 * Minor changes for readability.
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.
118 */
129
1310 #define DEBUG_LL_PHYS_BASE 0xD8000000
....@@ -31,7 +28,10 @@
3128 bne 1001b
3229 .endm
3330
34
- .macro waituart,rd,rx
31
+ .macro waituartcts,rd,rx
32
+ .endm
33
+
34
+ .macro waituarttxrdy,rd,rx
3535 .endm
3636
3737 #endif