diff options
author | Ye.Li <B37916@freescale.com> | 2014-04-22 16:02:12 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-28 09:47:50 -0500 |
commit | 570c3b1fb86184198bfe1c759825f4b82fd6133c (patch) | |
tree | 81452cac99f9c5de49b6c5d0d413d08aab8f8f47 | |
parent | 26d594174ef4195211f2207c453f016b6c8bd00e (diff) | |
download | u-boot-imx-570c3b1fb86184198bfe1c759825f4b82fd6133c.zip u-boot-imx-570c3b1fb86184198bfe1c759825f4b82fd6133c.tar.gz u-boot-imx-570c3b1fb86184198bfe1c759825f4b82fd6133c.tar.bz2 |
ENGR00309792 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>
(cherry picked from commit 4c519a74a4c7684f229c3205d6a3cbb728d9cbed)
-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 5b58dc4..8768051 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -287,7 +287,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 |