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 81abbcb75ce9875ebc879be5b3d7097a64fe9264
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Sat Nov 14 18:47:30 2020 +0900

    boards: sabre-6quad: Add CONFIG_TESTING_GETPRIME=y to smp/defconfig
    
    Signed-off-by: Masayuki Ishikawa <[email protected]>
---
 boards/arm/imx6/sabre-6quad/configs/smp/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/imx6/sabre-6quad/configs/smp/defconfig 
b/boards/arm/imx6/sabre-6quad/configs/smp/defconfig
index 110b33b..1177c27 100644
--- a/boards/arm/imx6/sabre-6quad/configs/smp/defconfig
+++ b/boards/arm/imx6/sabre-6quad/configs/smp/defconfig
@@ -58,6 +58,7 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_SYSTEM=y
 CONFIG_SYSTEM_TASKSET=y
+CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y
 CONFIG_TESTING_OSTEST_FPUTESTDISABLE=y
 CONFIG_TESTING_SMP=y

Reply via email to