diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-12 16:45:41 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:14:02 +0800 |
commit | d959297e4f358d13bbeb76fd1e503014624f731e (patch) | |
tree | 39bc578fa4d5d9824bb934fd0723cd1c357305b2 /include | |
parent | 0a79c88e23b361d1309f1baaf800a5f7b7af79ad (diff) | |
download | u-boot-imx-d959297e4f358d13bbeb76fd1e503014624f731e.zip u-boot-imx-d959297e4f358d13bbeb76fd1e503014624f731e.tar.gz u-boot-imx-d959297e4f358d13bbeb76fd1e503014624f731e.tar.bz2 |
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 <B37916@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sxsabresd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |