From 591ff981c6098dae304d5176b4ca01946b2931ab Mon Sep 17 00:00:00 2001 From: Leo Yan Date: Wed, 22 Nov 2017 17:07:09 +0800 Subject: [PATCH] hikey: Set alignment size 512B for fip building 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 --- plat/hisilicon/hikey/platform.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plat/hisilicon/hikey/platform.mk b/plat/hisilicon/hikey/platform.mk index 26218a40..77905c6d 100644 --- a/plat/hisilicon/hikey/platform.mk +++ b/plat/hisilicon/hikey/platform.mk @@ -119,3 +119,5 @@ endif ERRATA_A53_836870 := 1 ERRATA_A53_843419 := 1 ERRATA_A53_855873 := 1 + +FIP_ALIGN := 512 -- 2.30.2