ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCs
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 17 May 2016 15:15:33 +0000 (17:15 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 May 2016 00:39:43 +0000 (09:39 +0900)
commitc94bc815f3c757df402d6f6a3e8d855b9168e6af
treec72ff4904c7439e04ca9a0a8985c1fe1b23cb5ba
parent85d9bf152bdaa7e98a05cc460aa6880efdf0b433
ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCs

Currently the different SoCs in the R-Car Gen2 family use different
types of on-chip RAM for the jump stub:
  - R-Car H2 uses Media RAM,
  - R-Car M2-W uses another type of optional On-chip RAM, as it doesn't
    have Media RAM,
  - R-Car M2-N uses Inter Connect RAM in Magnus Damm's "ARM: shmobile:
    r8a7793 boot address update".

As all R-Car Gen2 SoCs have 4 KiB of Inter Connect RAM, consolidate the
code by always using that.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/pm-rcar-gen2.c