Commit 26bb69cf authored by Leo Yan's avatar Leo Yan
Browse files

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: default avatarLeo Yan <leo.yan@linaro.org>
parent 591ff981
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment