boards/arm/nrf91/nrf9160-dk: disable FPU for modem example

it looks like FPU doesn't work in non-secure environment now
This commit is contained in:
raiden00pl 2024-07-26 13:29:45 +02:00 committed by Xiang Xiao
parent caa4c226bd
commit 83c0877a50
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# You can then do "make savedefconfig" to generate a new defconfig file that includes your # You can then do "make savedefconfig" to generate a new defconfig file that includes your
# modifications. # modifications.
# #
# CONFIG_ARCH_FPU is not set
# CONFIG_STANDARD_SERIAL is not set # CONFIG_STANDARD_SERIAL is not set
CONFIG_ARCH="arm" CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="nrf9160-dk" CONFIG_ARCH_BOARD="nrf9160-dk"
@ -28,6 +29,7 @@ CONFIG_DEBUG_USAGEFAULT=y
CONFIG_EXPERIMENTAL=y CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENTRYPOINT="miniboot_main" CONFIG_INIT_ENTRYPOINT="miniboot_main"
CONFIG_INTELHEX_BINARY=y CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_MM_REGIONS=2 CONFIG_MM_REGIONS=2
CONFIG_NRF91_APP_FORMAT_MCUBOOT=y CONFIG_NRF91_APP_FORMAT_MCUBOOT=y
CONFIG_NRF91_FLASH_NS_START=2 CONFIG_NRF91_FLASH_NS_START=2

View File

@ -5,6 +5,7 @@
# You can then do "make savedefconfig" to generate a new defconfig file that includes your # You can then do "make savedefconfig" to generate a new defconfig file that includes your
# modifications. # modifications.
# #
# CONFIG_ARCH_FPU is not set
# CONFIG_NET_ETHERNET is not set # CONFIG_NET_ETHERNET is not set
# CONFIG_STANDARD_SERIAL is not set # CONFIG_STANDARD_SERIAL is not set
CONFIG_ALLOW_BSDNORDIC_COMPONENTS=y CONFIG_ALLOW_BSDNORDIC_COMPONENTS=y
@ -34,6 +35,7 @@ CONFIG_GPSUTILS_MINMEA_LIB=y
CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_MM_IOB=y CONFIG_MM_IOB=y
CONFIG_MM_REGIONS=2 CONFIG_MM_REGIONS=2
CONFIG_NET=y CONFIG_NET=y