diff options
Diffstat (limited to 'dev/boot/src/HEL/POWER')
| -rw-r--r-- | dev/boot/src/HEL/POWER/BootCB.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/src/HEL/POWER/BootCB.S b/dev/boot/src/HEL/POWER/BootCB.S index dae28871..3887ff10 100644 --- a/dev/boot/src/HEL/POWER/BootCB.S +++ b/dev/boot/src/HEL/POWER/BootCB.S @@ -15,7 +15,7 @@ boot_hdr_name: // it has to match ten bytes. .asciz "bootz\0\0\0" boot_hdr_ver: - .word 0x104 + .word 0x101 boot_hdr_proc: .long bootloader_start |
