summaryrefslogtreecommitdiff
path: root/plat/renesas
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-01-08 14:05:39 +0100
committerMarek Vasut <marek.vasut+renesas@gmail.com>2019-01-08 14:06:29 +0100
commite0dd5bb8f7b1195e3cb75e8e44238d8ac2c4a895 (patch)
tree2e3a74ad56400094b4cd5f6c8372c72e4a2e84bb /plat/renesas
parenta72e4f242d8e2a9eee42b5d6898ddad35250d653 (diff)
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>
Diffstat (limited to 'plat/renesas')
-rw-r--r--plat/renesas/rcar/aarch64/plat_helpers.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/renesas/rcar/aarch64/plat_helpers.S b/plat/renesas/rcar/aarch64/plat_helpers.S
index d40f8f2e..df1664d7 100644
--- a/plat/renesas/rcar/aarch64/plat_helpers.S
+++ b/plat/renesas/rcar/aarch64/plat_helpers.S
@@ -326,11 +326,11 @@ func plat_reset_handler
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
/* --------------------------------------------------------------------