You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/12 18:05:34 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6042: arch/arm: Move FPU initialization to common place

pkarashchenko commented on code in PR #6042:
URL: https://github.com/apache/incubator-nuttx/pull/6042#discussion_r848724403


##########
arch/arm/src/eoss3/eoss3_start.c:
##########
@@ -221,7 +122,7 @@ void __start(void)
 
   /* Unclear what needs to happen here to make RENODE happy. */
 #if 1

Review Comment:
   ```suggestion
   ```



##########
arch/arm/src/eoss3/eoss3_start.c:
##########
@@ -221,7 +122,7 @@ void __start(void)
 
   /* Unclear what needs to happen here to make RENODE happy. */
 #if 1
-  eoss3_fpuconfig();
+  arm_fpuconfig();
 #endif

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org