This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 43d1fe35b0d21f670cf74cf1ca0be04efb547cee Author: Alan Carvalho de Assis <[email protected]> AuthorDate: Tue Jul 7 09:25:54 2026 -0300 boards/mps3-an547: Fix error caused by updating nsh Kconfig After the NSH modification to avoid disabling NSH errors this config needs to be normalized. Signed-off-by: Alan C. Assis <[email protected]> --- boards/arm/mps/mps3-an547/configs/ap/defconfig | 1 - boards/arm/mps/mps3-an547/configs/bl/defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/arm/mps/mps3-an547/configs/ap/defconfig b/boards/arm/mps/mps3-an547/configs/ap/defconfig index 9873ac263d8..ff545c2951f 100644 --- a/boards/arm/mps/mps3-an547/configs/ap/defconfig +++ b/boards/arm/mps/mps3-an547/configs/ap/defconfig @@ -26,7 +26,6 @@ # CONFIG_NSH_DISABLE_DMESG is not set # CONFIG_NSH_DISABLE_ECHO is not set # CONFIG_NSH_DISABLE_ENV 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_EXPORT is not set diff --git a/boards/arm/mps/mps3-an547/configs/bl/defconfig b/boards/arm/mps/mps3-an547/configs/bl/defconfig index fa4340febbe..673fde458dd 100644 --- a/boards/arm/mps/mps3-an547/configs/bl/defconfig +++ b/boards/arm/mps/mps3-an547/configs/bl/defconfig @@ -39,7 +39,6 @@ # CONFIG_NSH_DISABLE_DMESG is not set # CONFIG_NSH_DISABLE_ECHO is not set # CONFIG_NSH_DISABLE_ENV 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_EXPORT is not set
