From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 24 Feb 2014 10:26:46 -0700 Subject: [U-Boot] [PATCH] arm: delete unused macro CONFIG_ARCH_DEVICE_TREE In-Reply-To: <1393245948-1571-1-git-send-email-yamada.m@jp.panasonic.com> References: <1393245948-1571-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <530B80D6.5030901@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/24/2014 05:45 AM, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada Commit description? Acked-by: Stephen Warren FWIW, this config option was used prior to: 8ad723acd7e9 dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTS 6e8e0311ccc7 dt: don't use ARCH_CPU_DTS ... 6c5be646b47e Tegra: fdt: Change /include/ to #include for C preprocessor I evidently forgot to remove some of the places where Exynos boards defined CONFIG_ARCH_DEVICE_TREE, and when sending the Tegra124 patches recently, didn't notice that I didn't need the file that defined it there.