diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-02-15 13:19:33 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-11 23:19:52 +0200 |
commit | 7beccc52a1e3482d28bdfa52053583956d4d19e8 (patch) | |
tree | 3d9374633128aadaa3c29099809d1f858edc846b /arch/arm/mach-rmobile/include/mach | |
parent | ea5512eb095067dda27930246792d2957feb9434 (diff) |
ARM: rmobile: Fix the memory map on Gen3
Fix up the memory map on Gen3 to match datasheet properly.
This simplifies the memory map setup as well, since we do
no longer need this massive complexity.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach')
-rw-r--r-- | arch/arm/mach-rmobile/include/mach/rmobile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/rmobile.h b/arch/arm/mach-rmobile/include/mach/rmobile.h index ff0ca63f02..94ea366f45 100644 --- a/arch/arm/mach-rmobile/include/mach/rmobile.h +++ b/arch/arm/mach-rmobile/include/mach/rmobile.h @@ -41,7 +41,6 @@ u32 rmobile_get_cpu_type(void); u32 rmobile_get_cpu_rev_integer(void); u32 rmobile_get_cpu_rev_fraction(void); -void rcar_gen3_memmap_fixup(void); #endif /* __ASSEMBLY__ */ #endif /* __ASM_ARCH_RMOBILE_H */ |