| commit | d31b6b55e12ed5aa334805000864eeeaca857ddb | [log] [tgz] |
|---|---|---|
| author | Javier Almansa Sobrino <javier.almansasobrino@arm.com> | Mon Dec 09 13:32:00 2019 +0000 |
| committer | Javier Almansa Sobrino <javier.almansasobrino@arm.com> | Mon Dec 16 13:10:37 2019 +0000 |
| tree | 3252d5f674e87f76df326d5dd27ed912d1284192 | |
| parent | 3c96c4b7a1e650aaf6a13e91d1beecce00a8233a [diff] |
Aligning block_buffer to uint32_t block_buffer will eventually be used by the flash_write_buffer() implementation of the NOR driver for the Juno board. That implementation requires the buffer passed to it to be 32bit aligned, which might not be enforced depending on the compiler optimizations. This patch will enforce that alignment on all cases. Change-Id: I84d22f6b796d5d6c93d3c69dd24c7ebe01103691 Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com>