Hi Mehmet,
Are you looking to disable ESDHC/cache in MQX, Linux, or both? With MQX, you should be able to disable ESDHC in user_config.h. With Linux, the latest kernel checks to see if L2 cache is present before attempting to use it. L2 cache can otherwise be disabled in the kernel configuration. ESDHC support can be disabled in the board definition file, at arch/arm/mach-mvf/board-twr-vf700.c in the Linux source tree.
Thanks, and let me know if you have any questions.
Timesys Support