Re: [PATCH 1/7] fdt: Add Kconfig for EARLY_FLATTREE

2010-12-29 Thread Grant Likely
On Thu, Nov 18, 2010 at 03:54:56PM -0800, Stephen Neuendorffer wrote: > The device tree code is now in two pieces: some which can be used generically > on any platform which selects CONFIG_OF_FLATTREE, and some early which is used > at boot time on only a few architectures. This patch segregates t

[PATCH 1/7] fdt: Add Kconfig for EARLY_FLATTREE

2010-11-18 Thread Stephen Neuendorffer
The device tree code is now in two pieces: some which can be used generically on any platform which selects CONFIG_OF_FLATTREE, and some early which is used at boot time on only a few architectures. This patch segregates the early code so that only those architectures which care about it need comp