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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 850e64bc19 riscv/k230: remove unnecessary ARCH_LAZYFPU from defconfigs
850e64bc19 is described below

commit 850e64bc194be5f74c6aaac4253f8ad508d832e4
Author: Yanfeng Liu <[email protected]>
AuthorDate: Wed Mar 6 15:34:49 2024 +0800

    riscv/k230: remove unnecessary ARCH_LAZYFPU from defconfigs
    
    The ARCH_LAZYFPU is unnecessary for risc-v so we can remove them from
    the defconfigs.
    
    Signed-off-by: Yanfeng Liu <[email protected]>
---
 boards/risc-v/k230/canmv230/configs/knsh/defconfig   | 1 -
 boards/risc-v/k230/canmv230/configs/master/defconfig | 1 -
 boards/risc-v/k230/canmv230/configs/nsbi/defconfig   | 1 -
 boards/risc-v/k230/canmv230/configs/remote/defconfig | 1 -
 4 files changed, 4 deletions(-)

diff --git a/boards/risc-v/k230/canmv230/configs/knsh/defconfig 
b/boards/risc-v/k230/canmv230/configs/knsh/defconfig
index 9771f61407..88b6579618 100644
--- a/boards/risc-v/k230/canmv230/configs/knsh/defconfig
+++ b/boards/risc-v/k230/canmv230/configs/knsh/defconfig
@@ -30,7 +30,6 @@ CONFIG_ARCH_HEAP_NPAGES=128
 CONFIG_ARCH_HEAP_VBASE=0xC0200000
 CONFIG_ARCH_INTERRUPTSTACK=3072
 CONFIG_ARCH_KERNEL_STACKSIZE=3072
-CONFIG_ARCH_LAZYFPU=y
 CONFIG_ARCH_PGPOOL_MAPPING=y
 CONFIG_ARCH_PGPOOL_PBASE=0x8600000
 CONFIG_ARCH_PGPOOL_SIZE=10485760
diff --git a/boards/risc-v/k230/canmv230/configs/master/defconfig 
b/boards/risc-v/k230/canmv230/configs/master/defconfig
index 2b7250a461..2b795059d1 100644
--- a/boards/risc-v/k230/canmv230/configs/master/defconfig
+++ b/boards/risc-v/k230/canmv230/configs/master/defconfig
@@ -30,7 +30,6 @@ CONFIG_ARCH_HEAP_NPAGES=128
 CONFIG_ARCH_HEAP_VBASE=0xC0200000
 CONFIG_ARCH_INTERRUPTSTACK=3072
 CONFIG_ARCH_KERNEL_STACKSIZE=3072
-CONFIG_ARCH_LAZYFPU=y
 CONFIG_ARCH_PGPOOL_MAPPING=y
 CONFIG_ARCH_PGPOOL_PBASE=0x8200000
 CONFIG_ARCH_PGPOOL_SIZE=14680064
diff --git a/boards/risc-v/k230/canmv230/configs/nsbi/defconfig 
b/boards/risc-v/k230/canmv230/configs/nsbi/defconfig
index b4578de72f..8cf9fb8992 100644
--- a/boards/risc-v/k230/canmv230/configs/nsbi/defconfig
+++ b/boards/risc-v/k230/canmv230/configs/nsbi/defconfig
@@ -30,7 +30,6 @@ CONFIG_ARCH_HEAP_NPAGES=128
 CONFIG_ARCH_HEAP_VBASE=0xC0200000
 CONFIG_ARCH_INTERRUPTSTACK=3072
 CONFIG_ARCH_KERNEL_STACKSIZE=3072
-CONFIG_ARCH_LAZYFPU=y
 CONFIG_ARCH_PGPOOL_MAPPING=y
 CONFIG_ARCH_PGPOOL_PBASE=0x8600000
 CONFIG_ARCH_PGPOOL_SIZE=10485760
diff --git a/boards/risc-v/k230/canmv230/configs/remote/defconfig 
b/boards/risc-v/k230/canmv230/configs/remote/defconfig
index c9898e8d96..d5e46cd6d3 100644
--- a/boards/risc-v/k230/canmv230/configs/remote/defconfig
+++ b/boards/risc-v/k230/canmv230/configs/remote/defconfig
@@ -19,7 +19,6 @@ CONFIG_ARCH_HEAP_NPAGES=128
 CONFIG_ARCH_HEAP_VBASE=0xC0200000
 CONFIG_ARCH_INTERRUPTSTACK=3072
 CONFIG_ARCH_KERNEL_STACKSIZE=3072
-CONFIG_ARCH_LAZYFPU=y
 CONFIG_ARCH_PGPOOL_MAPPING=y
 CONFIG_ARCH_PGPOOL_PBASE=0x7200000
 CONFIG_ARCH_PGPOOL_SIZE=14680064

Reply via email to