You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/12/30 03:49:08 UTC

[incubator-nuttx] 02/02: board icicle/opensbi: Reduce image size slightly

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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 6f413c8654a5ce0ac76154873445b82e493ef1c1
Author: Jukka Laitinen <ju...@ssrc.tii.ae>
AuthorDate: Wed Dec 29 19:35:22 2021 +0200

    board icicle/opensbi: Reduce image size slightly
    
    Drop somme fancy nsh features
    
    Signed-off-by: Jukka Laitinen <ju...@ssrc.tii.ae>
---
 boards/risc-v/mpfs/icicle/configs/opensbi/defconfig | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig b/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig
index 1fa9745..ec66196 100644
--- a/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig
+++ b/boards/risc-v/mpfs/icicle/configs/opensbi/defconfig
@@ -7,7 +7,6 @@
 #
 # CONFIG_ARCH_FPU is not set
 # CONFIG_DISABLE_OS_API is not set
-# CONFIG_NSH_DISABLE_MW is not set
 CONFIG_ARCH="risc-v"
 CONFIG_ARCH_BOARD="icicle"
 CONFIG_ARCH_BOARD_ICICLE_MPFS=y
@@ -93,14 +92,11 @@ CONFIG_NSH_DISABLE_USLEEP=y
 CONFIG_NSH_DISABLE_WGET=y
 CONFIG_NSH_DISABLE_XD=y
 CONFIG_NSH_LINELEN=160
-CONFIG_NSH_STRERROR=y
 CONFIG_OPENSBI=y
 CONFIG_PREALLOC_TIMERS=4
 CONFIG_RAM_SIZE=1048576
 CONFIG_RAM_START=0x80000000
 CONFIG_RAW_BINARY=y
-CONFIG_READLINE_CMD_HISTORY=y
-CONFIG_READLINE_TABCOMPLETION=y
 CONFIG_RR_INTERVAL=200
 CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_LPWORK=y
@@ -109,9 +105,6 @@ CONFIG_SERIAL_NPOLLWAITERS=2
 CONFIG_STACK_COLORATION=y
 CONFIG_START_MONTH=4
 CONFIG_START_YEAR=2021
-CONFIG_SYSLOG_COLOR_OUTPUT=y
-CONFIG_SYSTEM_CLE_CMD_HISTORY=y
-CONFIG_SYSTEM_COLOR_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_TIME64=y
 CONFIG_TASK_NAME_SIZE=20