From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 26 Jan 2015 11:17:24 +0100 Subject: [U-Boot] [RFC PATCH 07/21] ARM: kirkwood: move SOC sources to mach-kirkwood In-Reply-To: <1422166283-20822-8-git-send-email-yamada.m@jp.panasonic.com> References: <1422166283-20822-1-git-send-email-yamada.m@jp.panasonic.com> <1422166283-20822-8-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <54C61434.7030809@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 25.01.2015 07:11, Masahiro Yamada wrote: > Move > arch/arm/cpu/arm926ejs/kirkwood/* -> arch/arm/mach-kirkwood/* > > Note: > Perhaps, can we merge arch/arm/mach-kirkwood and > arch/arm/mvebu-common into arch/arm/mach-mvebu, like Linux? Yes. This might need a bit work but definitely should be done. And at some time also move orion over to mach-mvebu as well. Thanks for this work. > Signed-off-by: Masahiro Yamada > Cc: Prafulla Wadaskar > Cc: Luka Perkov > Cc: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan