commit | 4bf6f2ad47f481d161876a87969c46f80a9b8e9d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:21 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | b116dbc3723d889a87f52463ecbf4cb97698f0d6 | |
parent | dc05ac0f2f3a5b2f301e2790afe45cb11cf0258f [diff] |
cros_ec: Align uclass data to a cache boundary The LPC driver expects its buffer to be word-aligned. Add the required flag to the uclass driver to ensure this. Signed-off-by: Simon Glass <sjg@chromium.org>