Re: [U-Boot] [PATCH v3 02/19] ARM: prepare for moving SoC sources into mach-*

2015-02-21 Thread Tom Rini
On Fri, Feb 20, 2015 at 05:04:02PM +0900, Masahiro Yamada wrote: > In U-boot, the directory structure, arch/$(ARCH)/cpu/$(CPU)/$(SOC)/ > has been adopted except that $(CPU) is missing from some > architectures and $(SOC) is missing from some CPUs. > > This structure did not fit very well in some

[U-Boot] [PATCH v3 02/19] ARM: prepare for moving SoC sources into mach-*

2015-02-20 Thread Masahiro Yamada
In U-boot, the directory structure, arch/$(ARCH)/cpu/$(CPU)/$(SOC)/ has been adopted except that $(CPU) is missing from some architectures and $(SOC) is missing from some CPUs. This structure did not fit very well in some cases. [1] AT91 AT91 SoC family have been developed across some ARM proces