Re: [PATCH 1/3] of: Fix early OF builtup on kobj-ification

2013-12-11 Thread Grant Likely
On Tue, Dec 10, 2013 at 2:13 PM, Pantelis Antoniou wrote: > When booting platforms that do very early OF initialization before > core_initcalls are performed of_init is called too late. > > This results in a hard-hard without getting a chance to output anything. > > Fixed by adding a flag that mar

Re: [PATCH 1/3] of: Fix early OF builtup on kobj-ification

2013-12-10 Thread Koen Kooi
Op 10 dec. 2013, om 15:13 heeft Pantelis Antoniou het volgende geschreven: > When booting platforms that do very early OF initialization before > core_initcalls are performed of_init is called too late. > > This results in a hard-hard without getting a chance to output anything. I think that

[PATCH 1/3] of: Fix early OF builtup on kobj-ification

2013-12-10 Thread Pantelis Antoniou
When booting platforms that do very early OF initialization before core_initcalls are performed of_init is called too late. This results in a hard-hard without getting a chance to output anything. Fixed by adding a flag that marks when init has been done, and performing the per-node init at that