diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-03-28 11:28:49 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-03-28 11:28:49 +0100 |
| commit | 154b4163d7c19aa86d3e47a78de9111d37f7f307 (patch) | |
| tree | 409f7f4ca0e81b68539c8e1497c2c369255e6e35 /lib/xcoff.h | |
| parent | f204ff88659e058d70213fc7224a2c95c6a48c9d (diff) | |
arm64: FIX - remove useless and problematic code.
Rather than trying to fix it, let's just avoid calling cb_put_string instead.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'lib/xcoff.h')
| -rw-r--r-- | lib/xcoff.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/xcoff.h b/lib/xcoff.h index 8c3d5af..03223ef 100644 --- a/lib/xcoff.h +++ b/lib/xcoff.h @@ -1,13 +1,13 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. - File: xcoff.h - Purpose: XCOFF for CoreBoot. + File: xcoff.h + Purpose: XCOFF for CoreBoot. - Revision History: + Revision History: - 04/07/24: Added file (amlel) + 04/07/24: Added file (amlel) ------------------------------------------- */ |
