of/flattree: Update dtc to current mainline.
authorJohn Bonesio <bones@secretlab.ca>
Wed, 17 Nov 2010 23:28:20 +0000 (15:28 -0800)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 3 Jan 2011 23:02:49 +0000 (16:02 -0700)
commit658f29a51e9830e620bb9a1ce3534b318a38bfeb
treee6cc7cd9b9e17d97308619fd8516b77bcc038114
parentcd1e65044d4473cca9a01bae7b7938f065044a4b
of/flattree: Update dtc to current mainline.

Pull in recent changes from the main dtc repository. These changes
primarily allow multiple device trees to be declared which are merged
by dtc. This feature allows us to include a basic dts file and then
provide more information for the specific system through the merging
functionality.

Changes pulled from git://git.jdl.com/software/dtc.git
commit id: 37c0b6a0, "dtc: Add code to make diffing trees easier"

Signed-off-by: John Bonesio <bones@secretlab.ca>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
18 files changed:
scripts/dtc/Makefile
scripts/dtc/checks.c
scripts/dtc/dtc-lexer.l
scripts/dtc/dtc-lexer.lex.c_shipped
scripts/dtc/dtc-parser.tab.c_shipped
scripts/dtc/dtc-parser.tab.h_shipped
scripts/dtc/dtc-parser.y
scripts/dtc/dtc.c
scripts/dtc/dtc.h
scripts/dtc/flattree.c
scripts/dtc/fstree.c
scripts/dtc/livetree.c
scripts/dtc/srcpos.c
scripts/dtc/srcpos.h
scripts/dtc/treesource.c
scripts/dtc/util.c [new file with mode: 0644]
scripts/dtc/util.h [new file with mode: 0644]
scripts/dtc/version_gen.h