commit | 134022a95eedb09488fb87992e6cc6dbc1213ef4 | [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 | 411661d783b8b12f740606bdd196ec9d1bc50b34 [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>