hikey: Set alignment size 512B for fip building
authorLeo Yan <leo.yan@linaro.org>
Wed, 22 Nov 2017 09:07:09 +0000 (17:07 +0800)
committerLeo Yan <leo.yan@linaro.org>
Wed, 22 Nov 2017 09:11:22 +0000 (17:11 +0800)
Set alignment size to 512B so finally we can get fip.bin with 512B
alignment. This can avoid stuck issue for 'fastboot' downloading if
USB driver uses DMA for data transferring.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
plat/hisilicon/hikey/platform.mk

index 26218a4074fb19843babfe1130dc750802421ae0..77905c6d60b2800698c855a05f970a3d00b00ade 100644 (file)
@@ -119,3 +119,5 @@ endif
 ERRATA_A53_836870              :=      1
 ERRATA_A53_843419              :=      1
 ERRATA_A53_855873              :=      1
+
+FIP_ALIGN                      :=      512