]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: rmobile: Unify memory map for RCar Gen3
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 25 Nov 2017 22:24:01 +0000 (23:24 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 30 Nov 2017 01:34:20 +0000 (02:34 +0100)
commitafa421e9aad6b075c321aa4244f3f30dd6d6bf95
tree578ea7fc2ca3147988d23bf81c03968497802379
parentc8ccbbc85c8a880dbe69c1b687503e8abc9db391
ARM: rmobile: Unify memory map for RCar Gen3

Unify the R7A7795 and R8A7796 memory maps in memmap-gen3 and, for now,
select which one is used based on which SoC is selected. Since this is
done in C code instead of statically assigned now, the decision can be
taken by PRR SoC match as well, which will be done in a subsequent patch.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Makefile
arch/arm/mach-rmobile/cpu_info.c
arch/arm/mach-rmobile/include/mach/rmobile.h
arch/arm/mach-rmobile/memmap-gen3.c [new file with mode: 0644]
arch/arm/mach-rmobile/memmap-r8a7795.c [deleted file]
arch/arm/mach-rmobile/memmap-r8a7796.c [deleted file]