diff options
| author | Alexander Graf <[email protected]> | 2023-01-03 22:50:03 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2025-05-01 04:32:55 -0600 |
| commit | 369c6a6c35ea22e3ff60fac45664962d6350adcc (patch) | |
| tree | e2bc9d8fd976115f5c8c6fbd663d2ad73b89b252 /include/linux/zstd_errors.h | |
| parent | 70dfd674782adb47a641288925484d6edc8df963 (diff) | |
video: Always compile cache flushing code
The dcache flushing code path was conditional on ARM && !DCACHE config
options. However, dcaches exist on other platforms as well and may need
clearing if their driver requires it.
Simplify the compile logic and always enable the dcache flush logic in
the video core. That way, drivers can always rely on it to call the arch
specific callbacks.
This will increase code size for non-ARM platforms with CONFIG_VIDEO=y
slightly.
Reported-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Link: https://lore.kernel.org/u-boot/[email protected]/
Added workaround for CONFIG_SYS_CACHELINE_SIZE for ibex-ast2700:
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux/zstd_errors.h')
0 files changed, 0 insertions, 0 deletions
