Unverified Commit c14d3dcd authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

Merge pull request #1167 from Leo-Yan/hikey-fix-alignment

Set alignment size to 512B for Hikey/Hikey960
parents 77796fb7 26bb69cf
...@@ -120,3 +120,5 @@ endif ...@@ -120,3 +120,5 @@ endif
ERRATA_A53_836870 := 1 ERRATA_A53_836870 := 1
ERRATA_A53_843419 := 1 ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 1 ERRATA_A53_855873 := 1
FIP_ALIGN := 512
...@@ -101,3 +101,5 @@ BL31_SOURCES += drivers/arm/cci/cci.c \ ...@@ -101,3 +101,5 @@ BL31_SOURCES += drivers/arm/cci/cci.c \
ERRATA_A53_836870 := 1 ERRATA_A53_836870 := 1
ERRATA_A53_843419 := 1 ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 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