diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2014-04-21 10:47:25 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-04-22 17:58:49 -0700 |
commit | 099b86b7e72096b097ac415ce87be05d14e218fc (patch) | |
tree | 5410a5d270ca0436b779d35a4499cb9c62724ad6 /include | |
parent | 169ee57138ece39e126c54901e5c7b71c1321719 (diff) | |
download | u-boot-imx-099b86b7e72096b097ac415ce87be05d14e218fc.zip u-boot-imx-099b86b7e72096b097ac415ce87be05d14e218fc.tar.gz u-boot-imx-099b86b7e72096b097ac415ce87be05d14e218fc.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T104xRDB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 0159b97..8bbed7e 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) |