From acc06c38f00fdf66492ae953c871b7e0a74c2e00 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sun, 5 Jul 2026 16:05:47 -0300 Subject: [PATCH] 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 --- 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