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>
This commit is contained in:
Marek Vasut 2019-01-08 14:05:39 +01:00
parent a72e4f242d
commit e0dd5bb8f7
1 changed files with 2 additions and 2 deletions

View File

@ -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
/* --------------------------------------------------------------------