diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:57:14 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 08:57:14 +0100 |
| commit | 1891d7343a9ac25ab157c4495581a0fcbd7fbcbf (patch) | |
| tree | c6da72fdf5db30c67c28e968883f869ee57600d0 /libfdt | |
| parent | 18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (diff) | |
feat! refactor NeBoot for NeKernel.org v1.0.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'libfdt')
| -rw-r--r-- | libfdt/README | 2 | ||||
| -rw-r--r-- | libfdt/libfdt_env.h | 6 |
2 files changed, 4 insertions, 4 deletions
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 <lib/boot.h> @@ -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__ |
