mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
In mctl_mem_matches() we need to flush/invalidate cache, so that we can be sure, we're actually reading back data from DRAM, and not values cached in data cache. This fixes unreliable detection of DRAM size on Orange Pi 3. Signed-off-by: Ondrej Jirman <megous@megous.com>