diff options
author | Leo Yan <leo.yan@linaro.org> | 2017-11-22 17:10:39 +0800 |
---|---|---|
committer | Leo Yan <leo.yan@linaro.org> | 2017-11-22 17:11:26 +0800 |
commit | 26bb69cf68bdd51842cdc3de9ef8a96f7cc8c130 (patch) | |
tree | ff0e2dc96cdddaab47fc37b866f733fd6c3c4440 /plat | |
parent | 591ff981c6098dae304d5176b4ca01946b2931ab (diff) | |
download | platform_external_arm-trusted-firmware-26bb69cf68bdd51842cdc3de9ef8a96f7cc8c130.tar.gz platform_external_arm-trusted-firmware-26bb69cf68bdd51842cdc3de9ef8a96f7cc8c130.tar.bz2 platform_external_arm-trusted-firmware-26bb69cf68bdd51842cdc3de9ef8a96f7cc8c130.zip |
hikey960: 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 <leo.yan@linaro.org>
Diffstat (limited to 'plat')
-rw-r--r-- | plat/hisilicon/hikey960/platform.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/hisilicon/hikey960/platform.mk b/plat/hisilicon/hikey960/platform.mk index da7bb8254..d39cbf834 100644 --- a/plat/hisilicon/hikey960/platform.mk +++ b/plat/hisilicon/hikey960/platform.mk @@ -100,3 +100,5 @@ BL31_SOURCES += drivers/arm/cci/cci.c \ ERRATA_A53_836870 := 1 ERRATA_A53_843419 := 1 ERRATA_A53_855873 := 1 + +FIP_ALIGN := 512 |