This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit e6b08b2a1ec5d462c23d31930ee68d586ea69920 Author: Matteo Golin <[email protected]> AuthorDate: Wed May 6 16:27:06 2026 -0400 boards/esp32p4-function-ev-board: Normalize configuration Normalize configuration following change to NuttX initialization process. Signed-off-by: Matteo Golin <[email protected]> --- .../risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig b/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig index 34d313a977c..c9e1307c3b0 100644 --- a/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig +++ b/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig @@ -52,7 +52,6 @@ CONFIG_NET_ICMP_SOCKET=y CONFIG_NET_TCP=y CONFIG_NET_UDP=y CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6 -CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_DISABLE_LOSMART=y CONFIG_NSH_FILEIOSIZE=512
