All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE
@ 2014-04-21  5:17 Prabhakar Kushwaha
  2014-04-23 21:52 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Kushwaha @ 2014-04-21  5:17 UTC (permalink / raw)
  To: u-boot

T1042RDB_PI board does not have QE connector.

So disable CONFIG_QE and CONFIG_U_QE for T1042RDB_PI

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
---
 include/configs/T104xRDB.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index 1f9a255..81b4f31 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -597,8 +597,10 @@
 #define CONFIG_SYS_DPAA_FMAN
 #define CONFIG_SYS_DPAA_PME
 
+#ifdef CONFIG_T1040RDB
 #define CONFIG_QE
 #define CONFIG_U_QE
+#endif
 
 /* Default address of microcode for the Linux Fman driver */
 #if defined(CONFIG_SPIFLASH)
-- 
1.7.9.5

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

* [U-Boot] [PATCH] board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE
  2014-04-21  5:17 [U-Boot] [PATCH] board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE Prabhakar Kushwaha
@ 2014-04-23 21:52 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-04-23 21:52 UTC (permalink / raw)
  To: u-boot

On 04/20/2014 10:17 PM, Prabhakar Kushwaha wrote:
> T1042RDB_PI board does not have QE connector.
> 
> So disable CONFIG_QE and CONFIG_U_QE for T1042RDB_PI
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---

Applied to u-boot-mpc85xx/master, thanks.

York

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

end of thread, other threads:[~2014-04-23 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21  5:17 [U-Boot] [PATCH] board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE Prabhakar Kushwaha
2014-04-23 21:52 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.