From 5cd3eed32318e225103ff85a0a733bf760dcf0c8 Mon Sep 17 00:00:00 2001 From: chao an Date: Tue, 3 Dec 2024 08:37:02 +0800 Subject: [PATCH] arm64/imx8: fix build break Error: chip/imx8qm_lowputc.S:23:1: error: "/*" within comment [-Werror=comment] 23 | /**************************************************************************** | Signed-off-by: chao an --- arch/arm64/src/imx8/imx8qm_lowputc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/src/imx8/imx8qm_lowputc.S b/arch/arm64/src/imx8/imx8qm_lowputc.S index 7bcd1c3a187..43e81b752b9 100644 --- a/arch/arm64/src/imx8/imx8qm_lowputc.S +++ b/arch/arm64/src/imx8/imx8qm_lowputc.S @@ -18,7 +18,7 @@ * License for the specific language governing permissions and limitations * under the License. * - **************************************************************************** + ****************************************************************************/ /**************************************************************************** * Included Files