annerajb commented on code in PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#discussion_r1300185511


##########
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:
   yup booted fine



-- 
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]

Reply via email to