]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - firmware/Makefile
drm/dp_mst: Remove VCPI while disabling topology mgr
[mirror_ubuntu-bionic-kernel.git] / firmware / Makefile
index 29641383e136024ec9f2993b1a29a7fc9c2fa94b..d3d7578e2c451b99845be50c1b8877f66000e251 100644 (file)
@@ -19,7 +19,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:"                                       >>$@;\