On Tue, 26 Feb 2013 21:08:06 -0600
Rob Landley [off-list ref] wrote:
On 02/26/2013 07:36:14 PM, Kim Phillips wrote:
quoted
This updates scripts/dtc to upstream dtc commit 27cdc1b
There's an upstream for dts?
dtc - the device tree compiler, yes.
quoted
"Added license header to dtc/libfdt/fdt.h and libfdt_env.h"
from git://git.jdl.com/software/dtc.git.
That git repository has a Documentation directory with for example
"dts-format.txt" in it. My current linux git repository does not
contain a file called dts-format.txt.
this patch isn't attempting to update dts-format.txt, or any other
file that exists in the upstream dtc project that isn't present -
and used - in the kernel. The purpose of this patch is to update
libfdt, which has in-kernel users.
Kim