projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169ee57
)
board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE
author
Prabhakar Kushwaha
<prabhakar@freescale.com>
Mon, 21 Apr 2014 05:17:25 +0000
(10:47 +0530)
committer
York Sun
<yorksun@freescale.com>
Wed, 23 Apr 2014 00:58:49 +0000
(17:58 -0700)
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>
include/configs/T104xRDB.h
patch
|
blob
|
history
diff --git
a/include/configs/T104xRDB.h
b/include/configs/T104xRDB.h
index 0159b97f7e6cec7487d1af09724db2f1fccdfe89..8bbed7e7bf4a88900cb31f817ba24dd3d408d55d 100644
(file)
--- 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)