diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-12-18 15:06:42 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 16:17:52 +1100 |
commit | a4da2e3ec84cda635ac441efbe781a38d2ee41ee (patch) | |
tree | 47fa696faaf092920ee0c0226ddc7557fa743d4d /arch/powerpc/boot/dtc-src/version_gen.h | |
parent | 70e47528aa0eb5ef63fef6ee0d30065d9e09f3e5 (diff) | |
download | blackbird-op-linux-a4da2e3ec84cda635ac441efbe781a38d2ee41ee.tar.gz blackbird-op-linux-a4da2e3ec84cda635ac441efbe781a38d2ee41ee.zip |
[POWERPC] Merge dtc upstream source
This incorporates a copy of dtc into the kernel source, in
arch/powerpc/boot/dtc-src. This commit only imports the upstream
sources verbatim, a later commit will actually link it into the kernel
Makefiles and use the embedded code during the kernel build.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/dtc-src/version_gen.h')
-rw-r--r-- | arch/powerpc/boot/dtc-src/version_gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dtc-src/version_gen.h b/arch/powerpc/boot/dtc-src/version_gen.h new file mode 100644 index 000000000000..6c343031538e --- /dev/null +++ b/arch/powerpc/boot/dtc-src/version_gen.h @@ -0,0 +1 @@ +#define DTC_VERSION "DTC 1.0.0-gd6f9b62f" |