Integrate u-boot-seco-rk/seco_2017.09_next_logo
[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.