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/07/03 09:13:46 UTC

[incubator-nuttx] branch master updated: boards: sam4cmp-db: Update nsh/defconfig

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


The following commit(s) were added to refs/heads/master by this push:
     new ee66da4  boards: sam4cmp-db: Update nsh/defconfig
ee66da4 is described below

commit ee66da4566553c01a64aa1dd773e8e63e0243470
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Sat Jul 3 09:38:49 2021 +0900

    boards: sam4cmp-db: Update nsh/defconfig
    
    Summary:
    - This commit removes SMP features from nsh/defconfig
      because it's still unstable
    
    Impact:
    - None
    
    Testing:
    - None
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/sam34/sam4cmp-db/configs/nsh/defconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/boards/arm/sam34/sam4cmp-db/configs/nsh/defconfig b/boards/arm/sam34/sam4cmp-db/configs/nsh/defconfig
index f28c8c4..38ae5b6 100644
--- a/boards/arm/sam34/sam4cmp-db/configs/nsh/defconfig
+++ b/boards/arm/sam34/sam4cmp-db/configs/nsh/defconfig
@@ -29,14 +29,11 @@ CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
-CONFIG_SMP=y
-CONFIG_SMP_NCPUS=2
 CONFIG_START_DAY=12
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2013
 CONFIG_SYSTEM_NSH=y
 CONFIG_TASK_NAME_SIZE=24
 CONFIG_TESTING_OSTEST=y
-CONFIG_TESTING_SMP=y
 CONFIG_UART0_SERIAL_CONSOLE=y
 CONFIG_USER_ENTRYPOINT="nsh_main"