From d959297e4f358d13bbeb76fd1e503014624f731e Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Thu, 12 Jun 2014 16:45:41 +0800 Subject: ENGR00315894-67 iMX6SX:SABRESD Disable the RDC temporarily Disable RDC in u-boot till kernel implements it. Otherwise, crash may happen in kernel. Signed-off-by: Ye.Li --- include/configs/mx6sxsabresd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/mx6sxsabresd.h') diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index ea26f3f..ba870e8 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -277,7 +277,7 @@ #define CONFIG_ENV_SIZE SZ_8K #ifdef CONFIG_SYS_AUXCORE_FASTUP -#define CONFIG_MXC_RDC +/*#define CONFIG_MXC_RDC*/ /* Disable the RDC temporarily, will enable it in future */ #define CONFIG_ENV_IS_IN_MMC /* Must disable QSPI driver, because M4 run on QSPI */ #elif defined CONFIG_SYS_BOOT_QSPI #define CONFIG_SYS_USE_QSPI -- cgit v1.1