From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH 1/3] MIPS: prepare for user enabling of CONFIG_OF Date: Wed, 3 Jun 2015 10:24:10 +0200 Message-ID: <20150603082410.GI9839@linux-mips.org> References: <1433285204-4307-1-git-send-email-robh@kernel.org> <1433285204-4307-2-git-send-email-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1433285204-4307-2-git-send-email-robh@kernel.org> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Rob Herring Cc: devicetree@vger.kernel.org, Grant Likely , linux-kernel@vger.kernel.org, Pantelis Antoniou , Geert Uytterhoeven , linux-mips@linux-mips.org List-Id: devicetree@vger.kernel.org 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_USE_OF instead of CONFIG_OF for prom.h. Want to take this through your tree? If so, Acked-by: Ralf Baechle Ralf