summaryrefslogtreecommitdiffhomepage
path: root/libfdt
diff options
context:
space:
mode:
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/README2
-rw-r--r--libfdt/libfdt_env.h6
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__