Condition dcache_ctrl to MMU_PRESENT
Created by: JeanRochCoulon
When MMU is not present ldst does not request address translation, that's why related dcache_ctrl is not useful. Condition it to MMU_PRESENT to increase code coverage and decrease the gate count.