diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-20 19:28:26 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-08-02 11:05:07 +0200 |
commit | 436cf40f05209c36cee78ab8760798840f7474b4 (patch) | |
tree | 92163b25dcac5493171f57769ba9e4e548220f5f /include/configs | |
parent | 35d5e54363cc2734aa0ac86fffcac54f3b06f15e (diff) | |
download | talos-obmc-uboot-436cf40f05209c36cee78ab8760798840f7474b4.tar.gz talos-obmc-uboot-436cf40f05209c36cee78ab8760798840f7474b4.zip |
imx: mx6ul remove errata for i.MX6UL
Since i.MX6UL use A7 core, but not A9 core, we do not need
the erratas for i.MX6UL.
Signed-off-by: Ye.Li <B37916@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 54ab890a79..ce43bd71cb 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -17,11 +17,11 @@ #ifndef __MX6_COMMON_H #define __MX6_COMMON_H +#ifndef CONFIG_MX6UL #define CONFIG_ARM_ERRATA_743622 #define CONFIG_ARM_ERRATA_751472 #define CONFIG_ARM_ERRATA_794072 #define CONFIG_ARM_ERRATA_761320 -#define CONFIG_BOARD_POSTCLK_INIT #ifndef CONFIG_SYS_L2CACHE_OFF #define CONFIG_SYS_L2_PL310 @@ -29,6 +29,8 @@ #endif #define CONFIG_MP +#endif +#define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_MXC_GPT_HCLK #define CONFIG_SYS_NO_FLASH |