Skip to content

Integrate u-boot-seco-rk/seco_2017.09_next_logo

GitBot requested to merge u-boot-seco-rk/seco_2017.09_next_logo into kirkstone

Commit: edgehog/bsp/rockchip/u-boot-seco-rk@cc1d6744

[DRM][LOGO] Avoid usage of flush_dcache_range

For some reason, probably related to cache alignment issues, flush_dcache_range sometimes crashes. To avoid this, we use flush_dcache_all() which invalidates the entire dcache, but never crashes.

Merge request reports