summaryrefslogtreecommitdiffhomepage
path: root/libfdt
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-03-28 11:28:49 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-03-28 11:28:49 +0100
commit154b4163d7c19aa86d3e47a78de9111d37f7f307 (patch)
tree409f7f4ca0e81b68539c8e1497c2c369255e6e35 /libfdt
parentf204ff88659e058d70213fc7224a2c95c6a48c9d (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 'libfdt')
-rw-r--r--libfdt/libfdt.h6
-rw-r--r--libfdt/libfdt_address.c2
-rw-r--r--libfdt/libfdt_empty_tree.c2
-rw-r--r--libfdt/libfdt_env.h2
-rw-r--r--libfdt/libfdt_strerror.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h
index 3a42602..dbd27fc 100644
--- a/libfdt/libfdt.h
+++ b/libfdt/libfdt.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
@@ -51,7 +51,7 @@ struct fdt_header
/* version 2 fields below */
fdt32_t boot_cpuid_phys; /* Which physical CPU id we're
- booting on */
+ booting on */
/* version 3 fields below */
fdt32_t size_dt_strings; /* size of the strings block */
@@ -88,7 +88,7 @@ static inline voidptr_t fdt_offset_ptr_w(const voidptr_t fdt, int32_t offset, ui
/*
* External helpers to access words from a device tree blob.
-*/
+ */
static inline uint16_t fdt16_ld(const fdt16_t* p)
{
diff --git a/libfdt/libfdt_address.c b/libfdt/libfdt_address.c
index 7d40178..8d0af55 100644
--- a/libfdt/libfdt_address.c
+++ b/libfdt/libfdt_address.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/libfdt/libfdt_empty_tree.c b/libfdt/libfdt_empty_tree.c
index 6c70312..2edfcc2 100644
--- a/libfdt/libfdt_empty_tree.c
+++ b/libfdt/libfdt_empty_tree.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/libfdt/libfdt_env.h b/libfdt/libfdt_env.h
index 039e8cc..9720afc 100644
--- a/libfdt/libfdt_env.h
+++ b/libfdt/libfdt_env.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/libfdt/libfdt_strerror.c b/libfdt/libfdt_strerror.c
index 0225f5e..c4a1abd 100644
--- a/libfdt/libfdt_strerror.c
+++ b/libfdt/libfdt_strerror.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */