annerajb commented on code in PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#discussion_r1300105228
##########
arch/arm64/src/common/arm64_head.S:
##########
@@ -106,7 +106,7 @@ __start:
add x13, x18, #0x16 /* the magic "MZ" signature */
b real_start /* branch to kernel start */
- .quad 0x480000 /* Image load offset from start of RAM */
+ .quad 0x02080000 /* Image load offset from start of RAM */
Review Comment:
@lupyuen
Does this seem correct?
This is on the common folder which makes me doubt it's correct or i would
want to hardcode it here instead of somehow making it a architecture specific
argument with a common default?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]