This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new acc06c38f00 boards/imx93-evk: Fix bootloader board config
acc06c38f00 is described below
commit acc06c38f00fdf66492ae953c871b7e0a74c2e00
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