From f471cf287fdef515ced7357aca2f3f47f284998f Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 18 Feb 2025 11:20:00 +0100 Subject: REFACTOR: ZBAOSLDR to BOOTZ. Signed-off-by: Amlal --- dev/Boot/src/HEL/POWER/BootCB.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Boot/src/HEL/POWER') diff --git a/dev/Boot/src/HEL/POWER/BootCB.S b/dev/Boot/src/HEL/POWER/BootCB.S index a13b0cb1..2b64f8c1 100644 --- a/dev/Boot/src/HEL/POWER/BootCB.S +++ b/dev/Boot/src/HEL/POWER/BootCB.S @@ -13,7 +13,7 @@ boot_hdr_mag: .ascii "CB" boot_hdr_name: // it has to match ten bytes. - .asciz "zbaosldr\0\0" + .asciz "bootz\0\0\0" boot_hdr_ver: .word 0x104 boot_hdr_proc: -- cgit v1.2.3