scripts/dtc: add missing libfdt and fixups to import script
authorGaurav Minocha <gaurav.minocha.os@gmail.com>
Sun, 26 Apr 2015 05:53:08 +0000 (22:53 -0700)
committerRob Herring <robh@kernel.org>
Wed, 29 Apr 2015 21:08:05 +0000 (16:08 -0500)
commit695e9fdd20d3f75705bd89633ad3d3276450bce6
tree6f7fac0abb9bb7d42686bc374366da8acc5a4cb2
parentb787f68c36d49bb1d9236f403813641efa74a031
scripts/dtc: add missing libfdt and fixups to import script

The following script is used to import dtc upstream
into kernel. It was missing import of dtc/libfdt, with
this commit it will include the same.

Also, currently in arch and driver code that needs early access to
the flattened device tree it is necessary to add specific CFLAGS
so that when scripts/dtc/libfdt/libfdt.h is included the C
preprocessor is able to locate the libfdt versions of libfdt_env.h
and fdt.h without generating an error. So, this script replaces
angular brackets with quotation used to include header files
fdt.h and libfdt_env.h

Signed-off-by: Gaurav Minocha <gaurav.minocha.os@gmail.com>
[robh: reword commit headline and add 'git add']
Signed-off-by: Rob Herring <robh@kernel.org>
scripts/dtc/update-dtc-source.sh