diff options
Diffstat (limited to 'dev/Boot/src/HEL/ARM64')
| -rw-r--r-- | dev/Boot/src/HEL/ARM64/BootCB.S (renamed from dev/Boot/src/HEL/ARM64/CoreBootStartup.S) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S b/dev/Boot/src/HEL/ARM64/BootCB.S index a62cf434..2d1ff60c 100644 --- a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S +++ b/dev/Boot/src/HEL/ARM64/BootCB.S @@ -15,7 +15,7 @@ boot_hdr_mag: .ascii "CB" boot_hdr_name: // it has to match ten bytes. - .asciz "zbaosldr\0\0" + .asciz "bootz\0\0" boot_hdr_ver: .word 0x104 boot_hdr_proc: |
