commit | 5e6a1a6245d4b2d40fdfb6212ed6c63ccf909306 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Tue Jan 31 19:35:06 2017 -0500 |
committer | Michael Scott <michael.scott@linaro.org> | Fri Feb 03 16:25:14 2017 -0800 |
tree | 12c414f284f98cb07f01680f0071cbcc0783b6b0 | |
parent | de6ee59dafa9d37af3fe7b37b95234d1b3a0ddb8 [diff] |
boot: zephyr: Fix 96b_nitrogen flash alignment The Zephyr flash driver transparently handles non-word-aligned writes, but the NRF52's flash write alignment is 4 bytes. Fix that. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>