• Haojian Zhuang's avatar
    hikey: fix build issue for clang · 00a64624
    Haojian Zhuang authored
    
    
    plat/hisilicon/hikey/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/hikey/debug/bl1/cortex_a53.o' failed
    make: *** [build/hikey/debug/bl1/cortex_a53.o] Error 1
    
    Merge two lines into one line.
    Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
    00a64624
plat_macros.S 1.94 KB