]> git.ipfire.org Git - people/ms/u-boot.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)
commita523af69e83480b054b4fdd1b8fa928cd9aa4873
tree578ea7fc2ca3147988d23bf81c03968497802379
parent262e91566fde7b5564f4a9d3f2fb019cd3c0eb0c
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]