hikey960: fix build issue for clang
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Mon, 10 Sep 2018 04:21:35 +0000 (12:21 +0800)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Wed, 26 Sep 2018 08:48:39 +0000 (16:48 +0800)
plat/hisilicon/hikey960/include/plat_macros.S:19:55: error: unexpected token in
'.asciz' directive
 .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n" " Offset:\t\t\tvalue\n"
                                                      ^
Makefile:720: recipe for target 'build/hikey960/debug/bl1/cortex_a53.o' failed
make: *** [build/hikey960/debug/bl1/cortex_a53.o] Error 1

Merge the two lines into one.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
plat/hisilicon/hikey960/include/plat_macros.S

index 5137f9eb23b9cfbb7af5717646f4de4f7c3381ca..6509dfe7982338a95d037a41e074c121b173f1c2 100644 (file)
@@ -16,8 +16,7 @@
 gicc_regs:
        .asciz "gicc_hppir", "gicc_ahppir", "gicc_ctlr", ""
 gicd_pend_reg:
-       .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n"    \
-                " Offset:\t\t\tvalue\n"
+       .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n Offset:\t\t\tvalue\n"
 newline:
        .asciz "\n"
 spacer: