Re: [U-Boot] [PATCH 05/12] sunxi: provide ARMv8 mem_map for every ARM64 board

2017-01-15 Thread Maxime Ripard
On Fri, Jan 13, 2017 at 01:29:57AM +, Andre Przywara wrote: > Every armv8 board needs the memory map, so change the #ifdef to > ARM64 to avoid enumerating every single board or SoC. > > Signed-off-by: Andre Przywara Acked-by: Maxime Ripard Thanks, Maxime -- Maxime Ripard, Free Electrons

[U-Boot] [PATCH 05/12] sunxi: provide ARMv8 mem_map for every ARM64 board

2017-01-12 Thread Andre Przywara
Every armv8 board needs the memory map, so change the #ifdef to ARM64 to avoid enumerating every single board or SoC. Signed-off-by: Andre Przywara --- arch/arm/mach-sunxi/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunx