projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203444c
)
hikey: Set alignment size 512B for fip building
author
Leo Yan
<leo.yan@linaro.org>
Wed, 22 Nov 2017 09:07:09 +0000
(17:07 +0800)
committer
Leo 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
patch
|
blob
|
history
diff --git
a/plat/hisilicon/hikey/platform.mk
b/plat/hisilicon/hikey/platform.mk
index 26218a4074fb19843babfe1130dc750802421ae0..77905c6d60b2800698c855a05f970a3d00b00ade 100644
(file)
--- 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