From: Jagannadha Sutradharudu Teki Date: Wed, 2 Oct 2013 09:38:53 +0000 (+0530) Subject: zynq_cse: Turn OFF d-cache for mini u-boot X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbbe8b84146f5b55eedca0051eebb5907cd901e3;p=thirdparty%2Fu-boot.git zynq_cse: Turn OFF d-cache for mini u-boot Turn OFF d-cache for zynq_cse boards, the board is not validated properly with d-cache ON. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h index b05267e6b78..e85fc017acb 100644 --- a/include/configs/zynq_cse.h +++ b/include/configs/zynq_cse.h @@ -15,6 +15,7 @@ #define _CONFIG_CMD_DEFAULT_H #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_ENV_IS_NOWHERE +#define CONFIG_SYS_DCACHE_OFF #if defined(CONFIG_CSE_QSPI) # define CONFIG_ZYNQ_QSPI