lupyuen commented on code in PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#discussion_r1300112529
##########
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:
@annerajb Image Load Offset isn't used, as I have discovered here:
https://lupyuen.github.io/articles/uboot#porting-notes
Let's stick with the default value, see if it boots OK :-)
--
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]