From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Cousson, Benoit) Date: Fri, 6 Jan 2012 17:37:17 +0100 Subject: [PATCH 1/3] ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems In-Reply-To: References: <1323190149-6492-2-git-send-email-b-cousson@ti.com> Message-ID: <4F07233D.5000001@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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