diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-02 09:48:06 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-02 09:48:06 +0200 |
| commit | b86c34ad45c2a066a9ca86a86b2c49d30697c671 (patch) | |
| tree | cdf6c3f1c6479e4efd7b6f3597619c3e7b57fcd9 /src/coreboot-print-name.c | |
| parent | c78e5763d8f5e471d043e6ed2752e245dbcaf047 (diff) | |
arm64: fix: a fully arm64 firmware + important fixes and patches.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/coreboot-print-name.c')
| -rw-r--r-- | src/coreboot-print-name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot-print-name.c b/src/coreboot-print-name.c index 48f7869..e2ad8c4 100644 --- a/src/coreboot-print-name.c +++ b/src/coreboot-print-name.c @@ -11,7 +11,7 @@ void cb_print_name(void) { #ifdef __COMPILE_POWERPC__ - cb_put_string(">> CoreBoot for POWER.\r\n"); + cb_put_string(">> CoreBoot for POWERPC.\r\n"); #endif // __COMPILE_POWERPC__ #ifdef __COMPILE_ARM64__ |
