mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 19:04:15 +08:00
arch/arm/{nrf53|nrf91}: enable fpu if CONFIG_ARCH_FPU=y
enable fpu if CONFIG_ARCH_FPU=y, the previous condition depended on CONFIG_ARCH_HAVE_FPU=y
This commit is contained in:
@@ -240,7 +240,7 @@ void __start(void)
|
||||
arm_stack_check_init();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_HAVE_FPU
|
||||
#ifdef CONFIG_ARCH_FPU
|
||||
/* Initialize the FPU (if available) */
|
||||
|
||||
arm_fpuconfig();
|
||||
|
||||
@@ -224,7 +224,7 @@ void __start(void)
|
||||
|
||||
showprogress('C');
|
||||
|
||||
#ifdef CONFIG_ARCH_HAVE_FPU
|
||||
#ifdef CONFIG_ARCH_FPU
|
||||
/* Initialize the FPU (if available) */
|
||||
|
||||
arm_fpuconfig();
|
||||
|
||||
Reference in New Issue
Block a user