OSDN Git Service

lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / firmware / Makefile
index e297e1b..0323262 100644 (file)
@@ -156,7 +156,7 @@ quiet_cmd_fwbin = MK_FW   $@
                  PROGBITS=$(if $(CONFIG_ARM),%,@)progbits;                  \
                  echo "/* Generated by firmware/Makefile */"           > $@;\
                  echo "    .section .rodata"                           >>$@;\
-                 echo "    .p2align $${ASM_ALIGN}"                     >>$@;\
+                 echo "    .p2align 4"                                 >>$@;\
                  echo "_fw_$${FWSTR}_bin:"                             >>$@;\
                  echo "    .incbin \"$(2)\""                           >>$@;\
                  echo "_fw_end:"                                       >>$@;\