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


##########
boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.h:
##########
@@ -91,7 +91,7 @@
 
 /* Located in Destination Memory */
 
-#define IMAGE_ENTRY_ADDRESS        ((uint32_t)&_vectors)
+#define IMAGE_ENTRY_ADDRESS        ((uint32_t)_vectors)

Review Comment:
   There is no issue in getting address of an array. Probably this is done to 
keep style in sync with other places



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to