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:
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
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/