This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/13.0 by this push:
     new 1aeb7a12f70 boards/imx93-evk: Fix bootloader board config
1aeb7a12f70 is described below

commit 1aeb7a12f7098d29b543013d509228893bb465fb
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Sun Jul 5 16:05:47 2026 -0300

    boards/imx93-evk: Fix bootloader board config
    
    After enabling the nsh error Kconfig we need to fix configs that were
    enabling it manually.
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig 
b/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig
index 75c82169d0e..5f1b05724e7 100644
--- a/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig
+++ b/boards/arm64/imx9/imx93-evk/configs/bootloader/defconfig
@@ -32,7 +32,6 @@
 # CONFIG_NSH_DISABLE_CD is not set
 # CONFIG_NSH_DISABLE_CP is not set
 # CONFIG_NSH_DISABLE_ECHO is not set
-# CONFIG_NSH_DISABLE_ERROR_PRINT is not set
 # CONFIG_NSH_DISABLE_EXEC is not set
 # CONFIG_NSH_DISABLE_EXIT is not set
 # CONFIG_NSH_DISABLE_ITEF is not set

Reply via email to