mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 02:31:27 +02:00
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 <andre.przywara@arm.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
bc613d85bd
commit
ce6912e128
@ -40,7 +40,7 @@ struct fel_stash {
|
|||||||
|
|
||||||
struct fel_stash fel_stash __attribute__((section(".data")));
|
struct fel_stash fel_stash __attribute__((section(".data")));
|
||||||
|
|
||||||
#ifdef CONFIG_MACH_SUN50I
|
#ifdef CONFIG_ARM64
|
||||||
#include <asm/armv8/mmu.h>
|
#include <asm/armv8/mmu.h>
|
||||||
|
|
||||||
static struct mm_region sunxi_mem_map[] = {
|
static struct mm_region sunxi_mem_map[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user