From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cousson, Benoit" Subject: Re: [PATCH 1/3] ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems Date: Fri, 6 Jan 2012 17:37:17 +0100 Message-ID: <4F07233D.5000001@ti.com> References: <1323190149-6492-2-git-send-email-b-cousson@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 1/4/2012 9:11 PM, Grant Likely wrote: > On Tue, Dec 6, 2011 at 9:49 AM, Benoit Cousson wrote: >> devicetree will become the mandatory boot method for OMAP2+. >> In order to avoid cluttering the OMAP code with #ifdef CONFIG_OF, >> select USE_OF by default for every OMAP2+ systems. >> Select as well the APPENDED_DTB and ATAG_DTB_COMPAT to allow legacy >> boot loader to keep working properly. >> >> Enable PROC_DEVICETREE as well. >> >> Signed-off-by: Benoit Cousson >> Cc: Tony Lindgren > > Acked-by: Grant Likely Thanks for the reviews. Benoit