Uboot code for t2081

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Uboot code for t2081

跳至解决方案
1,516 次查看
monalihaware
Contributor III

I have a custom board with t2081 processor . So for uboot code, i used t208xqds machine. I generated the code for t208xqds machine in ubuntu 14.04.

  • Now, i have edited the T208XQDS.H file with-
    "CONFIG_PPC_T2081 " as i intend to define t2081 processor and not t2080. And i did not define any where-
    CONFIG_PPC_T2080

Then why in the u-boot.cfg and generated config.h file, i see-

CONFIG_PPC_T2080 1

Actually i am generating bin file for the nor flash. Where the
"CONFIG_PPC_T2080 1" is defined, i m not able to find where it is defined. Which else file i need to change?

Actually  beacuse of  this scenario i am getting  serdes1 and serdes2,  wheras t2081 doesn't  have serdes2. Can any 1 help in this?

0 项奖励
1 解答
1,509 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following definition in configs/T2081QDS_defconfig

CONFIG_SYS_EXTRA_OPTIONS="PPC_T2081"

在原帖中查看解决方案

0 项奖励
1 回复
1,510 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following definition in configs/T2081QDS_defconfig

CONFIG_SYS_EXTRA_OPTIONS="PPC_T2081"

0 项奖励