summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2014-04-21 10:47:25 +0530
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:49 -0700
commit099b86b7e72096b097ac415ce87be05d14e218fc (patch)
tree5410a5d270ca0436b779d35a4499cb9c62724ad6
parent169ee57138ece39e126c54901e5c7b71c1321719 (diff)
downloadblackbird-obmc-uboot-099b86b7e72096b097ac415ce87be05d14e218fc.tar.gz
blackbird-obmc-uboot-099b86b7e72096b097ac415ce87be05d14e218fc.zip
board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE
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> Reviewed-by: York Sun <yorksun@freescale.com>
-rw-r--r--include/configs/T104xRDB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index 0159b97f7e..8bbed7e7bf 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -518,8 +518,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)
OpenPOWER on IntegriCloud