Mirror of DTC
Find a file
David Gibson 07a12a0800 libfdt: Use correct property format
Since its beginning, libfdt has used an incorrect definition of the
format for a property, putting the name offset before length, rather
than the other way around as described in booting-without-of.txt.

This corrects the error, making libfdt actually produce and use trees
which are compatible with the kernel and dtc.

Signed-of-by: David Gibson <david@gibson.dropbear.id.au>
2007-02-23 14:40:14 +11:00
tests libfdt: Use correct property format 2007-02-23 14:40:14 +11:00
.gitignore libfdt - library for manipulating device trees in flattened format 2006-11-27 16:21:28 +11:00
fdt.c libfdt: Use correct property format 2007-02-23 14:40:14 +11:00
fdt.h libfdt: Use correct property format 2007-02-23 14:40:14 +11:00
fdt_ro.c libfdt: Clean up error codes 2006-12-15 15:12:52 +11:00
fdt_rw.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
fdt_strerror.c libfdt: Fix fdt_strerror() bugs 2007-02-23 14:40:10 +11:00
fdt_sw.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
fdt_wip.c libfdt: Clean up error codes 2006-12-15 15:12:52 +11:00
GPL Add a copy of the GPL 2006-11-29 16:49:27 +11:00
libfdt.h libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
libfdt_env.h libfdt: Export accessors for header fields 2006-12-01 15:02:10 +11:00
libfdt_internal.h libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
Makefile libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
TODO libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00