diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-05-18 14:48:53 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-06-18 12:00:21 +0200 |
commit | 1e90fea35b80cfe17718ceecf8898eb4b8188b45 (patch) | |
tree | f00c219c4530cbbc0575a96d60ebc101793e7337 /arch/arm/mach-shmobile/setup-rcar-gen2.c | |
parent | 488aa3c045a7de12a39babec5196260b9f0e8881 (diff) | |
download | linux-1e90fea35b80cfe17718ceecf8898eb4b8188b45.tar.gz linux-1e90fea35b80cfe17718ceecf8898eb4b8188b45.tar.bz2 linux-1e90fea35b80cfe17718ceecf8898eb4b8188b45.zip |
ARM: shmobile: r8a7791: Use common R-Car Gen2 machine definition
Now r8a7791 no longer needs the SMP initialization fallback, it can use
the common R-Car Gen2 machine definition, and the r8a7791-specific one
can be removed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-rcar-gen2.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-rcar-gen2.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c index e01f21d17167..4c605129cd37 100644 --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c @@ -187,10 +187,7 @@ void __init rcar_gen2_reserve(void) static const char * const rcar_gen2_boards_compat_dt[] __initconst = { "renesas,r8a7790", - /* - * R8A7791 can't be handled here as long as it needs SMP - * initialization fallback. - */ + "renesas,r8a7791", "renesas,r8a7792", "renesas,r8a7793", "renesas,r8a7794", |