rcar_gen3: plat: Rename H3 label
Rename the H3 label to avoid confusing clang, which generates an error
if the label is just H3. Rename it to RCARH3.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
diff --git a/plat/renesas/rcar/aarch64/plat_helpers.S b/plat/renesas/rcar/aarch64/plat_helpers.S
index d40f8f2..df1664d 100644
--- a/plat/renesas/rcar/aarch64/plat_helpers.S
+++ b/plat/renesas/rcar/aarch64/plat_helpers.S
@@ -326,11 +326,11 @@
ubfx w0, w0, 8, 8
/* H3? */
cmp w0, #0x4F
- b.eq H3
+ b.eq RCARH3
/* set R-Car M3/M3N */
mov x2, #1
b CHK_A5x
-H3:
+RCARH3:
/* set R-Car H3 */
mov x2, #0
/* --------------------------------------------------------------------