From: Andre Przywara Date: Thu, 16 Feb 2017 01:20:24 +0000 (+0000) Subject: sunxi: provide ARMv8 mem_map for every ARM64 board X-Git-Tag: v2017.05-rc2~81^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce6912e128f68c59617285430463a0e6b214b312;p=u-boot sunxi: provide ARMv8 mem_map for every ARM64 board 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 Reviewed-by: Jagan Teki --- diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunxi/board.c index fdcf68e93b..96764d1c85 100644 --- a/arch/arm/mach-sunxi/board.c +++ b/arch/arm/mach-sunxi/board.c @@ -40,7 +40,7 @@ struct fel_stash { struct fel_stash fel_stash __attribute__((section(".data"))); -#ifdef CONFIG_MACH_SUN50I +#ifdef CONFIG_ARM64 #include static struct mm_region sunxi_mem_map[] = {