* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox