summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/src/HEL/POWER
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-18 11:20:00 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-18 11:20:00 +0100
commitf471cf287fdef515ced7357aca2f3f47f284998f (patch)
tree65ade714b62f95dbe8a1a25be4b3a3c5c4abd079 /dev/Boot/src/HEL/POWER
parentbea589553fa9d33168e42bb83b77591fa8a0cad1 (diff)
REFACTOR: ZBAOSLDR to BOOTZ.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/src/HEL/POWER')
-rw-r--r--dev/Boot/src/HEL/POWER/BootCB.S2
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 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: