summaryrefslogtreecommitdiff
path: root/lib/tiny-printf.c
diff options
context:
space:
mode:
authorAlexander Graf <agraf@csgraf.de>2023-01-03 22:50:03 +0100
committerSimon Glass <sjg@chromium.org>2025-05-01 04:32:55 -0600
commit369c6a6c35ea22e3ff60fac45664962d6350adcc (patch)
treee2bc9d8fd976115f5c8c6fbd663d2ad73b89b252 /lib/tiny-printf.c
parent70dfd674782adb47a641288925484d6edc8df963 (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 <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@csgraf.de> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/u-boot/20230821135111.3558478-13-alpernebiyasak@gmail.com/ Added workaround for CONFIG_SYS_CACHELINE_SIZE for ibex-ast2700: Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/tiny-printf.c')
0 files changed, 0 insertions, 0 deletions