Commit e0dd5bb8 authored by Marek Vasut's avatar Marek Vasut
Browse files

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: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent a72e4f24
......@@ -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
/* --------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment