commit | 76fe0aa818c20e7ff2f377d65d12ca32897e12f3 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | Tue Jan 22 19:37:15 2019 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Jan 25 08:41:09 2019 +0300 |
tree | d4e242135904c7dcdee9a55bd60f6a0fd13f2da5 | |
parent | b7e3a78f511d5f337b769627d85dcb5bb8b09703 [diff] |
ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN Even though we don't use CONFIG_SYS_CACHELINE_SIZE in ARC-specific code it is used a lot in different drivers for alignment purposes. So we define it and make much more drivers at least compilable for ARC. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>