public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core
@ 2014-01-06 13:14 Fabio Estevam
  2014-01-06 13:14 ` [U-Boot] [PATCH 2/2] mx6slevk: Include "mx6_common.h" Fabio Estevam
  2014-01-08  8:55 ` [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core Stefano Babic
  0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2014-01-06 13:14 UTC (permalink / raw)
  To: u-boot

According to e9fd66defd (ARM: mx6: define CONFIG_ARM_ERRATA_742230), the 
CONFIG_ARM_ERRATA_742230 option should only be applied to multi-core
variants, so restrict its usage for quad and dual-lite only.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6_common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 514d634..0b8db85 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -17,7 +17,9 @@
 #ifndef __MX6_COMMON_H
 #define __MX6_COMMON_H
 
+#if defined(CONFIG_MX6Q) ||  defined(CONFIG_MX6DL)
 #define CONFIG_ARM_ERRATA_742230
+#endif
 #define CONFIG_ARM_ERRATA_743622
 #define CONFIG_ARM_ERRATA_751472
 #define CONFIG_BOARD_POSTCLK_INIT
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-08 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 13:14 [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core Fabio Estevam
2014-01-06 13:14 ` [U-Boot] [PATCH 2/2] mx6slevk: Include "mx6_common.h" Fabio Estevam
2014-01-08  8:55 ` [U-Boot] [PATCH 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core Stefano Babic
2014-01-08 12:10   ` Shawn Guo
2014-01-08 13:42     ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox