patacongo commented on a change in pull request #1175:
URL: https://github.com/apache/incubator-nuttx/pull/1175#discussion_r434571990
##########
File path: boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld
##########
@@ -43,8 +43,6 @@ MEMORY
sram (rwx) : ORIGIN = 0x08000000, LENGTH = 32K
}
-OUTPUT_ARCH(arm)
-OUTPUT_FORMAT(elf32-bigarm)
Review comment:
@xiaoxiang781216 @liuguo09 Notice that ARM big-endian is required for
the TMS570 family. Does this change break TMS570?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]