hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/include/debug/vf.S
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright 2013 Freescale Semiconductor, Inc.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
7
- *
84 */
95
106 #define VF_UART0_BASE_ADDR 0x40027000
....@@ -33,5 +29,8 @@
3329 beq 1001b @ wait until transmit done
3430 .endm
3531
36
- .macro waituart,rd,rx
32
+ .macro waituartcts,rd,rx
33
+ .endm
34
+
35
+ .macro waituarttxrdy,rd,rx
3736 .endm