changes XIP start address

This commit is contained in:
2025-04-12 09:39:49 +02:00
parent cb6be16832
commit c73bc9e144
3 changed files with 188 additions and 2 deletions

2
env/start.S vendored
View File

@@ -8,11 +8,13 @@ _start:
.option push
.option norelax
.option norvc
#ifdef WITH_SIGNATURE
j 1f
.2byte 0x4e4d
.2byte 0x5352
.4byte 0x669
1:
#endif
la gp, __global_pointer$
.option pop
la sp, _sp