Commit 8a11544
committed
zynqmp_sdcard: use -O2 instead of -Os
-Os causes SHA3-384 hash mismatch at runtime on AArch64 Cortex-A53
with ARM crypto extensions (WOLFSSL_ARMASM). -O0 and -O2 both work
correctly. Append CFLAGS_EXTRA+=-O2 to override the Makefile's
default -Os when DEBUG=0.1 parent bcaaf37 commit 8a11544
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments