On Mon, Sep 03, 2012 at 11:43:37PM +0200, Linus Walleij wrote: > On Sat, Sep 1, 2012 at 8:41 PM, Arnd Bergmann <[email protected]> wrote: > > I think we discussed this before. It would be nice to replace the #if/#else > > with > > > > #ifdef CONFIG_OF > > ... > > #endif > > #ifdef CONFIG_ATAG > > ... > > #endif > > Sure, have you applied Nico's patch adding CONFIG_ATAG to and > ARM SoC branch so I can base my patches on it? > > I was under the impression that his patch would go through Russell's > tree and I would thus not be able to rely on it until it has landed there > and you have pulled Russell's stuff into your tree.
One of them is already in my tree - I put it in on Saturday though on an unstable branch. > Currently I would make it impossible to use ATAGs if I do this since > the symbol does not exist, so I really need to base such an > approach in a tree which has CONFIG_ATAG in the first place. I've just merged that patch though. _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
