From 1891d7343a9ac25ab157c4495581a0fcbd7fbcbf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 31 Jul 2025 08:57:14 +0100 Subject: feat! refactor NeBoot for NeKernel.org v1.0.0 Signed-off-by: Amlal El Mahrouss --- libfdt/README | 2 +- libfdt/libfdt_env.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libfdt') diff --git a/libfdt/README b/libfdt/README index a96e4e3..583cbdc 100644 --- a/libfdt/README +++ b/libfdt/README @@ -1,4 +1,4 @@ Flat Device Tree ================ -A new implementation of fdt compatible with CoreBoot. \ No newline at end of file +A new implementation of fdt compatible with NeBoot. \ No newline at end of file diff --git a/libfdt/libfdt_env.h b/libfdt/libfdt_env.h index 6c5616c..b443449 100644 --- a/libfdt/libfdt_env.h +++ b/libfdt/libfdt_env.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef __CB_FDT_H__ -#define __CB_FDT_H__ +#ifndef __NB_FDT_H__ +#define __NB_FDT_H__ #include @@ -60,4 +60,4 @@ static inline fdt64_t cpu_to_fdt64(uint64_t x) { #undef CPU_TO_FDT16 #undef EXTRACT_BYTE -#endif //!__CB_FDT_H__ +#endif //!__NB_FDT_H__ -- cgit v1.2.3