Re: [PATCH 1/3] MIPS: prepare for user enabling of CONFIG_OF

2015-06-04 Thread Grant Likely
On Wed, 3 Jun 2015 10:24:10 +0200 , Ralf Baechle wrote: > On Tue, Jun 02, 2015 at 05:46:42PM -0500, Rob Herring wrote: > > > In preparation to allow users to enable DeviceTree without arch or > > machine selecting it, we need to fix build errors on MIPS. When > > CONFIG_OF is enabled, device_tre

Re: [PATCH 1/3] MIPS: prepare for user enabling of CONFIG_OF

2015-06-03 Thread Ralf Baechle
On Tue, Jun 02, 2015 at 05:46:42PM -0500, Rob Herring wrote: > In preparation to allow users to enable DeviceTree without arch or > machine selecting it, we need to fix build errors on MIPS. When > CONFIG_OF is enabled, device_tree_init cannot be resolved. This is > trivially fixed by using CONFIG

[PATCH 1/3] MIPS: prepare for user enabling of CONFIG_OF

2015-06-02 Thread Rob Herring
In preparation to allow users to enable DeviceTree without arch or machine selecting it, we need to fix build errors on MIPS. When CONFIG_OF is enabled, device_tree_init cannot be resolved. This is trivially fixed by using CONFIG_USE_OF instead of CONFIG_OF for prom.h. Signed-off-by: Rob Herring