From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 16 Mar 2015 21:42:08 -0600 Subject: [U-Boot] [PATCH 7/7] ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach In-Reply-To: <1426502117-15281-8-git-send-email-yamada.masahiro@socionext.com> References: <1426502117-15281-1-git-send-email-yamada.masahiro@socionext.com> <1426502117-15281-8-git-send-email-yamada.masahiro@socionext.com> Message-ID: <5507A290.9050205@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/16/2015 04:35 AM, Masahiro Yamada wrote: > Move arch/arm/include/asm/arch-bcm283x/* > -> arch/arm/mach-bcm283x/include/mach/* > diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig > config SYS_SOC > - default "bcm2835" > + default "bcm283x" I think this means that the *automatic* calculation of DTB filename will change. However, since we always explicitly set $fdtfile in misc_init_r(), this shouldn't cause any practical problem. Aside from the one comment I had, patches 4-7, Acked-by: Stephen Warren