[PATCH 3/5] x86/of: Add building device tree blob(s) into image.

2010-11-16 Thread dirk . brandewie
From: Dirk Brandewie This patch adds linking device tree blobs into vmlinux. DTB's are added by adding the blob object name to list of objects to be linked into the image. e.g: obj-$(CONFIG_TEST_DTB) += test.dtb.o The set of DTB linked into the image is controlled the Kconfig file in arch/x86/

Re: [PATCH 3/5] x86/of: Add building device tree blob(s) into image.

2010-11-16 Thread Grant Likely
On Tue, Nov 16, 2010 at 02:41:38PM -0800, dirk.brande...@gmail.com wrote: > From: Dirk Brandewie > > This patch adds linking device tree blobs into vmlinux. DTB's are > added by adding the blob object name to list of objects to be linked > into the image. > e.g: > obj-$(CONFIG_TEST_DTB) += test

Re: [PATCH 3/5] x86/of: Add building device tree blob(s) into image.

2010-11-16 Thread Dirk Brandewie
On 11/16/2010 10:02 PM, Grant Likely wrote: On Tue, Nov 16, 2010 at 02:41:38PM -0800, dirk.brande...@gmail.com wrote: From: Dirk Brandewie This patch adds linking device tree blobs into vmlinux. DTB's are added by adding the blob object name to list of objects to be linked into the image. e.g: