Re: [U-Boot] [PATCH v2 2/9] arm: actions: Add owl memory map regions

2019-01-17 Thread Manivannan Sadhasivam
On Mon, Jan 14, 2019 at 06:11:04PM +0530, Amit Singh Tomar wrote: > This adds memory regions needed to setup MMU for actions > S900 and S700 SoCs. > > Signed-off-by: Amit Singh Tomar > --- > Changes since v1: > * compile sysmap-owl.c against CONFIG_ARM64 now. > --- >

Re: [U-Boot] [PATCH v2 2/9] arm: actions: Add owl memory map regions

2019-01-14 Thread André Przywara
On 14/01/2019 12:41, Amit Singh Tomar wrote: Hi, > This adds memory regions needed to setup MMU for actions > S900 and S700 SoCs. Please change this sentence and the subject to state that this just moves code, there is nothing new here that gets added. That helps later when people browse

[U-Boot] [PATCH v2 2/9] arm: actions: Add owl memory map regions

2019-01-14 Thread Amit Singh Tomar
This adds memory regions needed to setup MMU for actions S900 and S700 SoCs. Signed-off-by: Amit Singh Tomar --- Changes since v1: * compile sysmap-owl.c against CONFIG_ARM64 now. --- arch/arm/mach-owl/Makefile | 3 ++- arch/arm/mach-owl/sysmap-owl.c | 32