diff options
author | vijay rai <vijay.rai@freescale.com> | 2014-07-23 18:25:47 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-09-24 13:01:35 -0700 |
commit | d087e0e26293a34752a6279da85f94a97084686c (patch) | |
tree | 523540f9f52375d1566535d1c806e34212871fd3 /include/configs/T104xRDB.h | |
parent | 47d3debe1ab8315dc9ade22279e02f60eceda25b (diff) | |
download | u-boot-imx-d087e0e26293a34752a6279da85f94a97084686c.zip u-boot-imx-d087e0e26293a34752a6279da85f94a97084686c.tar.gz u-boot-imx-d087e0e26293a34752a6279da85f94a97084686c.tar.bz2 |
powerpc/t104xrdb: Add Support of rcw for T1042RDB in u-boot
This patch adds support of rcw for T1042RDB, it makes following changes :
- Adds t1042_rcw.cfg file for serdes protocol 0x86 for T1042RDB
- Renames t1042_pi_rcw.cfg file from t1042_rcw.cfg and also updates
comments for valid serdes protocol which is 0x06
- Also updates CONFIG_SYS_FSL_PBL_RCW for T1042RDB
Signed-off-by: Vijay Rai <vijay.rai@freescale.com>
Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 0ee0ff2..c5c21d1 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -19,6 +19,9 @@ #define CONFIG_SYS_FSL_PBL_RCW $(SRCTREE)/board/freescale/t104xrdb/t1040_rcw.cfg #endif #ifdef CONFIG_T1042RDB_PI +#define CONFIG_SYS_FSL_PBL_RCW $(SRCTREE)/board/freescale/t104xrdb/t1042_pi_rcw.cfg +#endif +#ifdef CONFIG_T1042RDB #define CONFIG_SYS_FSL_PBL_RCW $(SRCTREE)/board/freescale/t104xrdb/t1042_rcw.cfg #endif |