aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/libfdt/README.skiboot
diff options
context:
space:
mode:
Diffstat (limited to 'roms/skiboot/libfdt/README.skiboot')
-rw-r--r--roms/skiboot/libfdt/README.skiboot10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/skiboot/libfdt/README.skiboot b/roms/skiboot/libfdt/README.skiboot
new file mode 100644
index 000000000..5225af37c
--- /dev/null
+++ b/roms/skiboot/libfdt/README.skiboot
@@ -0,0 +1,10 @@
+skiboot/libfdt/ is a minimally modified version of upstream libfdt that is
+distributed with the dtc project hosted at github.com/dgibson/dtc.git.
+
+This version is taken from dtc commit 243176c ("Fix bogus error on rebuild")
+
+The modifications from upstream are the additions of this file, and
+Makefile.inc which has been derived from Makefile.libfdt.
+
+Local libfdt changes should be kept to a minimum, and submitted upstream if
+possible.