From 90752dc565c2507a4867d588049dfb2fa3bda18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 28 May 2026 08:50:44 -0300 Subject: [PATCH] boards: imx93-qsb: Disable ARMV8M_STRING_FUNCTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libc is not available for such board Signed-off-by: Patrick José Pereira --- boards/arm/imx9/imx93-qsb/configs/nsh-ddr/defconfig | 1 + boards/arm/imx9/imx93-qsb/configs/nsh/defconfig | 1 + boards/arm/imx9/imx93-qsb/configs/rpmsg/defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/boards/arm/imx9/imx93-qsb/configs/nsh-ddr/defconfig b/boards/arm/imx9/imx93-qsb/configs/nsh-ddr/defconfig index 7476b81e35d..e0646ad4ff8 100644 --- a/boards/arm/imx9/imx93-qsb/configs/nsh-ddr/defconfig +++ b/boards/arm/imx9/imx93-qsb/configs/nsh-ddr/defconfig @@ -18,6 +18,7 @@ CONFIG_ARCH_INTERRUPTSTACK=4096 CONFIG_ARCH_STACKDUMP=y CONFIG_ARMV8M_DTCM=y CONFIG_ARMV8M_ITCM=y +CONFIG_ARMV8M_STRING_FUNCTION=n CONFIG_BOARD_LOOPSPERMSEC=613 CONFIG_BOOT_RUNFROMSDRAM=y CONFIG_BUILTIN=y diff --git a/boards/arm/imx9/imx93-qsb/configs/nsh/defconfig b/boards/arm/imx9/imx93-qsb/configs/nsh/defconfig index 07ae1823ee5..f56027645bd 100644 --- a/boards/arm/imx9/imx93-qsb/configs/nsh/defconfig +++ b/boards/arm/imx9/imx93-qsb/configs/nsh/defconfig @@ -18,6 +18,7 @@ CONFIG_ARCH_INTERRUPTSTACK=4096 CONFIG_ARCH_STACKDUMP=y CONFIG_ARMV8M_DTCM=y CONFIG_ARMV8M_ITCM=y +CONFIG_ARMV8M_STRING_FUNCTION=n CONFIG_BOARD_LOOPSPERMSEC=2399 CONFIG_BOOT_RUNFROMISRAM=y CONFIG_BUILTIN=y diff --git a/boards/arm/imx9/imx93-qsb/configs/rpmsg/defconfig b/boards/arm/imx9/imx93-qsb/configs/rpmsg/defconfig index 12f7101d8e8..758334fde79 100644 --- a/boards/arm/imx9/imx93-qsb/configs/rpmsg/defconfig +++ b/boards/arm/imx9/imx93-qsb/configs/rpmsg/defconfig @@ -18,6 +18,7 @@ CONFIG_ARCH_INTERRUPTSTACK=4096 CONFIG_ARCH_STACKDUMP=y CONFIG_ARMV8M_DTCM=y CONFIG_ARMV8M_ITCM=y +CONFIG_ARMV8M_STRING_FUNCTION=n CONFIG_BOARD_LOOPSPERMSEC=2399 CONFIG_BOOT_RUNFROMISRAM=y CONFIG_BUILTIN=y